Search found 6 matches
- Fri Dec 16, 2016 2:26 am
- Forum: Open Source Nagios Projects
- Topic: Configure a TRAP SNMP with a specific MIB
- Replies: 8
- Views: 6712
Re: Configure a TRAP SNMP with a specific MIB
Hello, My question to you is all you want it to get the Nagios system to receive SNMP Traps, correct? => YES I want. If this is true, you will have to install the snmptrapd and the snmptt packages and get them to run without any errors. => /usr/local/nagios/etc/servers# service snmptrapd status ● sn...
- Thu Dec 15, 2016 8:41 am
- Forum: Open Source Nagios Projects
- Topic: Configure a TRAP SNMP with a specific MIB
- Replies: 8
- Views: 6712
Re: Configure a TRAP SNMP with a specific MIB
In this topic, it showing how to configure and running the snmptrapd demon # vi /etc/sysconfig/snmptrapd.options #OPTIONS="-On -Lsd -c /etc/snmp/snmptrapd.conf -p /var/run/snmptrapd.pid" OPTIONS="-On -Lsd -p /var/run/snmptrapd.pid" Which file can I update in debian 8 ? /etc/defau...
- Thu Dec 15, 2016 6:34 am
- Forum: Open Source Nagios Projects
- Topic: Configure a TRAP SNMP with a specific MIB
- Replies: 8
- Views: 6712
Re: Configure a TRAP SNMP with a specific MIB
ls -l /var/run lrwxrwxrwx 1 root root 4 Nov 2 05:49 /var/run -> /run I have adding "mibs +ALL" in the file /etc/snmp/snmp.conf and the result is the same: ./check_snmp -H 10.9.3.69 -P 2c -C 'public' -o ".1.3.6.1.4.1.39015.13.990.0.1" SNMP OK - No Such Object available on this age...
- Wed Dec 14, 2016 3:44 am
- Forum: Open Source Nagios Projects
- Topic: Configure a TRAP SNMP with a specific MIB
- Replies: 8
- Views: 6712
Re: Configure a TRAP SNMP with a specific MIB
Hello, The os version is: cat /etc/*-release PRETTY_NAME="Debian GNU/Linux 8 (jessie)" NAME="Debian GNU/Linux" VERSION_ID="8" VERSION="8 (jessie)" ID=debian HOME_URL="http://www.debian.org/" SUPPORT_URL="http://www.debian.org/support" BUG_R...
- Tue Dec 13, 2016 10:38 am
- Forum: Open Source Nagios Projects
- Topic: Configure a TRAP SNMP with a specific MIB
- Replies: 8
- Views: 6712
Configure a TRAP SNMP with a specific MIB
Hello, I have install snmpd on my server Nagios. I have also install snmpdtrapd but this file doesn't existe /var/run/snmptrapd.pid why? service snmptrapd status ● snmptrapd.service - LSB: SNMP Trap daemon Loaded: loaded (/etc/init.d/snmptrapd) Active: active (exited) since Tue 2016-12-13 15:20:03 U...
- Thu Nov 24, 2016 10:28 am
- Forum: Open Source Nagios Projects
- Topic: How to use the CheckDriveSize plugin in Nagios server
- Replies: 1
- Views: 1490
How to use the CheckDriveSize plugin in Nagios server
Hello, I should have some help about the using of this plugin. I try to test this commande for interrogate my client windows server and I have this result: ./check_nrpe -H IP_CLEINTE -t 30 -c alias_disk -a ShowAll MinWarnFree=10% MinCritFree=5G Drive=C: Exception processing request: Request containe...