Hello, I apologize if I am asking maybe a repetitive situation, but so far I could`t find anything that is related to my issue.
Straight to the subject, I have a host( actually multiple hosts) configured in services.conf to check disk fs size for rootfs, but somehow after I added the new configuration, i noticed that in the web interface it`s showing me twice the service.
this is how my configuration looks like:
// Disk Usage Check
apply Service “Host - Disk - NFS” {
check_command = “disk”
vars.disk_exclude_type = [“overlay”,“tmpfs”,“nsfs”,“sysfs”,“shm”,“debugfs”,“tracefs”,“nfs”,“squashfs”]
vars.disk_partitions = [“/”]
vars.disk_ignore_ereg_path = [“/var/lib/kubelet/pods”]
vars.disk_warning = “80%”
vars.disk_critical = “90%”
command_endpoint = host.vars.client_endpoint
assign where host.name == “host1” || host.name == “host2”
}
As you can see in the picture the second one “Host - Disk - NFS” is the one that I configured. No idea from where is the “Host - Disk” one. Can someone point out where I can find the configuration of “Host - Disk” so I can remove it or adapt it differently, there is not located into the services.conf file.
Thank you, I hope everything makes sense, my Icinga is running on ubuntu in a container.