I try Add Host

Hello,
I am trying to add a host in Icinga but when I look in Icingaweb2 it says that the host only has 30GB of storage

grafik

Blind guess, the check is executed at your master and not at your agent. Hence, you have to add command_endpoint = host.name to your service object.

Or change some settings in the director (activate the “Agent” switch for the host and set the “Agent Service” switch in the Service).
In any case, we need more information about how you are configuring the setup.

1 Like

So I don’t know what exactly you want to know, but I can give you some information about the whole thing.

The whole thing is a local network with a local DNS server icinga was set up exactly as in this doc https://icinga.com/docs/icinga-2/latest/doc/02-installation/01-Debian/

and the agent was installed according to this documentation

https://icinga.com/docs/icinga-2/latest/doc/06-distributed-monitoring/

What I can be I have no server where I use Extra as master

the query of the hard disc looks like this

object Host "db.testlocal.local" {
    import "generic-host"
    address = "10.10.110.12"
    vars.os = "Linux"


    vars.disks["disk /"] = {
      disk_partitions = "/"
    }
}