Build precise queries to find exactly what you need
Press ESC to close
@B0ris
Favorites0
Views
Projects0
Doesn't work with Veeam 10
Reviewed 5 years ago
This plugin would be excelent, but it doesn't work properly. I have CentOS 7 and i'm getting error: ./check_snmp_storm_broadcast.sh: line 190: -: syntax error: operand expected (error token is "-")
Reviewed 7 years ago
Needs SU_Nagios.pm perl module, that can't be find anywhere.
Reviewed 10 years ago
Looks like i'm not the only one having problems installing Highcharts. I'm using all the latest versions of Nagios Core and Pnp4nagios. Installed Highcharts as described, but it is onlw showing timerange for select. Can't get it working for showing graphs. There is no errors in Apache log, and i have read installation instructions. Any suggestion ?
Reviewed 12 years ago
Download URL doesn't work !
I have just installed 3par check plugin for Nagios and it's working excellent ! Very easy to implement using installation guide provided.
I have installed all the prerequisites, but script doesn't work: Traceback (most recent call last): File "./check_ups_socomec.py", line 26, in from pysnmp import asn1, v1, v2c ImportError: cannot import name asn1
Plugin generally works, but exit codes are not correct, so it will show Warning in all cases. To correct this, replace the code with: if [ "$FTPUSER" -lt "$WARNLIMIT" ] then echo OK $FTPUSER logged in! "| $FTPUSER" exit 0 elif [ "$FTPUSER" -ge "$WARNLIMIT" ] && [ "$FTPUSER" -lt "$CRITLIMIT" ] then echo WARNING $FTPUSER logged in! "| $FTPUSER" exit 1 elif [ "$FTPUSER" -ge "$CRITLIMIT" ] then echo CRIRICAL $FTPUSER logged in! "| $FTPUSER" exit 2
Reviewed 13 years ago
I'm looking for something like this plugin, but i need to get back memory and cpu usage per process to collect performance data. Anyone has something like ?
Reviewed 14 years ago
Running on CentOS 8 with Perl v5.26.3 I get this error: Can't call method "new" on an undefined value at ./check_ilo2_health.pl line 221 Is this an issue with Perl version not supported by the script ?
Reviewed 4 years ago