Search found 14 matches

by Adam
Wed Feb 24, 2016 11:52 am
Forum: Open Source Nagios Projects
Topic: check_hpjd shows warning unnesessarily
Replies: 25
Views: 9506

Re: check_hpjd shows warning unnesessarily

Yes, we can close this one. Thanks.
by Adam
Mon Feb 22, 2016 10:38 am
Forum: Open Source Nagios Projects
Topic: check_hpjd shows warning unnesessarily
Replies: 25
Views: 9506

Re: check_hpjd shows warning unnesessarily

So I removed the hpjd checks for a few days, the system got a few updates, and when I finally came back to this issue I found that everything is now working fine. Thank you everyone for your assistance.
by Adam
Wed Feb 10, 2016 12:17 pm
Forum: Open Source Nagios Projects
Topic: check_hpjd shows warning unnesessarily
Replies: 25
Views: 9506

Re: check_hpjd shows warning unnesessarily

I changed my snmp.conf and tried snmpwalk again... Notice the warnings about Unkown tokens. This is what is making think I have a problem with SNMP. [root@localhost adam]# snmpwalk -v 2c -c public -O e 127.0.0.1 No log handling enabled - turning on stderr logging [color=#FF0000]/etc/snmp/snmp.conf: ...
by Adam
Tue Feb 09, 2016 3:30 pm
Forum: Open Source Nagios Projects
Topic: check_hpjd shows warning unnesessarily
Replies: 25
Views: 9506

Re: check_hpjd shows warning unnesessarily

rkennedy wrote:I suspect these need to be set to root:nagios as that is what I'm seeing on my system.

Code: Select all

chown -R root:nagios /usr/share/snmp/*
Did this have any affect?
This had no effect that I can tell.
by Adam
Tue Feb 09, 2016 1:00 pm
Forum: Open Source Nagios Projects
Topic: check_hpjd shows warning unnesessarily
Replies: 25
Views: 9506

Re: check_hpjd shows warning unnesessarily

rkennedy do you have a default copy of snmp.conf? I suspect I have it set up wrong.
by Adam
Tue Feb 09, 2016 12:46 pm
Forum: Open Source Nagios Projects
Topic: check_hpjd shows warning unnesessarily
Replies: 25
Views: 9506

Re: check_hpjd shows warning unnesessarily

[adam@localhost ~]$ ls -la /usr/share/snmp/mibs total 1780 drwxr-xr-x. 2 root root 4096 Feb 5 20:01 . drwxr-xr-x. 4 root root 4096 Feb 5 20:01 .. -rw-r--r--. 1 root root 17455 Aug 17 08:51 AGENTX-MIB.txt -rw-r--r--. 1 root root 50948 Aug 17 08:51 BRIDGE-MIB.txt -rw-r--r--. 1 root root 68104 Aug 17 ...
by Adam
Fri Feb 05, 2016 12:14 pm
Forum: Open Source Nagios Projects
Topic: check_hpjd shows warning unnesessarily
Replies: 25
Views: 9506

Re: check_hpjd shows warning unnesessarily

This is what I get when I try snmpwalk [root@localhost adam]# snmpwalk -v 2c -c public 192.168.2.160 system No log handling enabled - turning on stderr logging /etc/snmp/snmp.conf: line 7: Warning: Unknown token: com2sec. /etc/snmp/snmp.conf: line 9: Warning: Unknown token: com2sec. /etc/snmp/snmp.c...
by Adam
Fri Feb 05, 2016 12:01 pm
Forum: Open Source Nagios Projects
Topic: check_hpjd shows warning unnesessarily
Replies: 25
Views: 9506

Re: check_hpjd shows warning unnesessarily

[root@localhost adam]# /usr/local/nagios/libexec/check_hpjd -H 192.168.2.160 -C public No log handling enabled - turning on stderr logging ("Standby mode is on.") [root@localhost adam]# echo $? 1 After doing some digging online I am beginning to think this is a bug in CentOS 6 and/or SNMP.
by Adam
Thu Feb 04, 2016 3:37 pm
Forum: Open Source Nagios Projects
Topic: check_hpjd shows warning unnesessarily
Replies: 25
Views: 9506

Re: check_hpjd shows warning unnesessarily

Service State Information Current Status: WARNING (for 0d 0h 0m 7s) Status Information: No log handling enabled - turning on stderr logging ("Standby mode is on.") Performance Data: Current Attempt: 1/3 (SOFT state) Last Check Time: 02-04-2016 12:36:45 Check Type: ACTIVE Check Latency / D...
by Adam
Thu Feb 04, 2016 3:24 pm
Forum: Open Source Nagios Projects
Topic: check_hpjd shows warning unnesessarily
Replies: 25
Views: 9506

Re: check_hpjd shows warning unnesessarily

I followed the quickstart quide for fedora so basically just edited the printer.cfg file to define the printer name and ip address as the guide stated. define host{ use generic printer hostname ycolor alias ycolor address 192.168.x.x hostgroups network-printers } and the service definition define se...