Hi,
I have Nagios integrated to my LibreNMS.
It works for simple things like SSH, load and such.
However for things like disk space I get:
Unknown argument
Usage:
check_disk -w limit -c limit [-W limit] [-K limit] {-p path
So commands that require arguments don’t work, check_swap for example doesn’t work either.
I did add parameters: -w 20% -c 10%
but that still doesn’t work.
When running check_services.php:
./check-services.php
Starting service polling run:
/usr/local/nagios/libexec/check_disk: invalid option -- 'H'
/usr/local/nagios/libexec/check_swap: invalid option -- 'H'
/usr/local/nagios/libexec/check_users: invalid option -- 'H'
Any fix for this?