Comments on Server Monitoring with Shinken on Ubuntu 16.04
Shinken is an open source computer and network monitoring framework written in python and compatible with Nagios. In this tutorial, I will show you how to install Shinken from source and how to add a Linux host to the monitoring system. I will use Ubuntu 16.04 Xenial Xerus as the operating system for the Shinken server and monitored host.
3 Comment(s)
Comments
I am trying to move from PRTG to other tool, I like Icinga and now Shinken... What do you think is the best open source option?
Hello,
well i mstuck with snmp_memory, on shinken i have the message : SNMP problem - no value returned
and when i try to lunch it manualy :
stagiaire@srv-ubuntu-demo:~$ /var/lib/shinken/libexec/check_snmp_mem.pl -w 85 -c 95 -- -c public -H XXX.XXX.XXX.XXX -verboseUse of uninitialized value $x in pattern match (m//) at /var/lib/shinken/libexec/check_snmp_mem.pl line 75.Use of uninitialized value $memRealTotal in numeric eq (==) at /var/lib/shinken/libexec/check_snmp_mem.pl line 118.SNMP problem - no value returned
do u have a help please
Thanks
patch /var/lib/shinken/libexec/check_snmp_mem.pl
add "-v 2c " in line 62 :my $cmd = $snmpget . " -v 2c " . $STR . " " . $OID;