Hello,
Since few days, I have a problem with this check command.
I receive wrong alert from Icinga2 at different hours in the day.
Alert is going to warning, crtical, ok, and it start again.
If I check with ssh on the server, all is fine for the disk.
There’s no error in Icinga2’s log.
I find a an old bug which advise to add that in /usr/share/icinga2/include/command-plugins.conf
vars.disk_wfree = “15%” vars.disk_cfree = “10%” vars.disk_inode_wfree = “15%” vars.disk_inode_cfree = “10%” vars.disk_megabytes = true vars.disk_exclude_type = [ “none”, “tmpfs”, “sysfs”, “proc”, “configfs”, “devtmpfs”, “devfs”, “mtmfs”, “tracefs”, “cgroup”, “fuse.gvfsd-fuse”, “fuse.gvfs-fuse-daemon”, “fdescfs”, “overlay”, “nsfs”,
but nothing change.
Icinga2 is on a Debian GNU/Linux 9.12 (stretch)
icinga2 - The Icinga 2 network monitoring daemon (version: r2.11.3-1)
if someone has a lead to check my configuration, I’m interested.