Home Directory

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Directory

B0ris

Reviews(10)
byB0ris, January 19, 2022
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 ?
byB0ris, June 17, 2020
Doesn't work with Veeam 10
byB0ris, January 3, 2019
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 "-")
byB0ris, March 15, 2016
Needs SU_Nagios.pm perl module, that can't be find anywhere.
Owner's reply

Sorry for that! A little bit too late I suppose.. But I have removed the SU dependency now.

byB0ris, March 6, 2016
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
byB0ris, October 28, 2015
Check Compaq-HP UPS Mode
Download URL doesn't work !
byB0ris, March 19, 2014
0 of 1 people found this review helpful
Highcharts for Nagios
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 ?
byB0ris, February 26, 2014
0 of 1 people found this review helpful
I have just installed 3par check plugin for Nagios and it's working excellent ! Very easy to implement using installation guide provided.
byB0ris, January 7, 2013
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
byB0ris, July 14, 2011
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 ?