Search found 9 matches
- Sun Nov 18, 2018 2:11 am
- Forum: Open Source Nagios Projects
- Topic: Nagios error daily
- Replies: 5
- Views: 2415
Re: Nagios error daily
Cisco switches
- Thu Nov 15, 2018 12:14 am
- Forum: Open Source Nagios Projects
- Topic: Nagios error daily
- Replies: 5
- Views: 2415
Re: Nagios error daily
How i can check logs on GRS-BB01
I monitor a lot of devices and metrics and this error it show on two devices only for specific metric
I monitor a lot of devices and metrics and this error it show on two devices only for specific metric
- Mon Nov 12, 2018 3:30 am
- Forum: Open Source Nagios Projects
- Topic: Nagios error daily
- Replies: 5
- Views: 2415
Nagios error daily
in nagios each day I get notification critical alarm " CRITICAL - Plugin timed out while executing system call" daily at 5:00 am and at 5:10 am I got recovery notification, it is something strange below is script that i use for device, anyone faced this issue before define service{ use gen...
- Sun Oct 28, 2018 2:00 am
- Forum: Open Source Nagios Projects
- Topic: Nagios interface 2
- Replies: 11
- Views: 3089
Re: Nagios interface 2
Thank you for your help scottwilkerson
- Thu Sep 27, 2018 1:19 am
- Forum: Open Source Nagios Projects
- Topic: Nagios interface 2
- Replies: 11
- Views: 3089
Re: Nagios interface 2
it suppose to show red, but actually it show green for that not send notification and status information "SNMP OK - 2" i use this command "check_snmp" that come built-in with nagios, but I don't know why some interfaces does not work correctly; define service{ use generic-service...
- Wed Sep 26, 2018 1:24 am
- Forum: Open Source Nagios Projects
- Topic: Nagios interface 2
- Replies: 11
- Views: 3089
Re: Nagios interface 2
Here are the results;
# ./check_snmp -C TEST -o .1.3.6.1.2.1.2.2.1.8.28 -H 192.168.99.7
SNMP OK - 2 | iso.3.6.1.2.1.2.2.1.8.28=2
# echo $?
0
# ./check_snmp -C TEST -o .1.3.6.1.2.1.2.2.1.8.28 -H 192.168.99.7
SNMP OK - 2 | iso.3.6.1.2.1.2.2.1.8.28=2
# echo $?
0
- Tue Sep 25, 2018 7:48 am
- Forum: Open Source Nagios Projects
- Topic: Nagios interface 2
- Replies: 11
- Views: 3089
Re: Nagios interface 2
This is the command i used to check interface status
check_snmp!-C TEST -o 1.3.6.1.2.1.2.2.1.8.28, so I run this command manually using below step:
#./check_snmp -C TEST -o .1.3.6.1.2.1.2.2.1.8.28 -H 192.168.99.7
SNMP OK - 2 | iso.3.6.1.2.1.2.2.1.8.28=2
# echo
nothing outcome from echo
check_snmp!-C TEST -o 1.3.6.1.2.1.2.2.1.8.28, so I run this command manually using below step:
#./check_snmp -C TEST -o .1.3.6.1.2.1.2.2.1.8.28 -H 192.168.99.7
SNMP OK - 2 | iso.3.6.1.2.1.2.2.1.8.28=2
# echo
nothing outcome from echo
- Thu Sep 13, 2018 1:14 am
- Forum: Open Source Nagios Projects
- Topic: Nagios interface 2
- Replies: 11
- Views: 3089
Re: Nagios interface 2
Here are the result for second device which just show green with snmp ok 2, but actually it is down
# snmpwalk -v 2c -c TEST 192.168.99.7 1.3.6.1.2.1.2.2.1.8.28
IF-MIB::ifOperStatus.28 = INTEGER: down(2)
# echo $?
0
# snmpwalk -v 2c -c TEST 192.168.99.7 1.3.6.1.2.1.2.2.1.8.28
IF-MIB::ifOperStatus.28 = INTEGER: down(2)
# echo $?
0
- Wed Sep 12, 2018 4:46 am
- Forum: Open Source Nagios Projects
- Topic: Nagios interface 2
- Replies: 11
- Views: 3089
Nagios interface 2
Hello Guys I have nagios core and configured for two switches, one switch when interface down it is show as critical and highlight with red and that's fine, but another device when interface down it is show snmp ok (2) with green highlight although both devices use same configuration check_snmp with...