Search found 43 matches

by logic_bomb421
Fri Aug 01, 2014 4:51 pm
Forum: Open Source Nagios Projects
Topic: Would love some ideas on how to monitor switch port duplex
Replies: 7
Views: 3188

Re: Would love some ideas on how to monitor switch port dupl

Okay, after moving my SNMPv2 text file to the directory you specified, Nagios is now returning the unknown status error:

Code: Select all

External command error: ifOperStatus.1: Unknown Object Identifier (Sub-id not found: (top) -> ifOperStatus) 
by logic_bomb421
Fri Aug 01, 2014 2:49 pm
Forum: Open Source Nagios Projects
Topic: Would love some ideas on how to monitor switch port duplex
Replies: 7
Views: 3188

Re: Would love some ideas on how to monitor switch port dupl

So neither the yum or apt-get commands found anything for net-snmp-utils, however I did manage to find http://www.net-snmp.org/, and I downloaded and installed the latest LTS version. Now the find command returns /net-snmp-5.7.2.1/mibs/SNMPv2-SMI.txt.
by logic_bomb421
Wed Jul 30, 2014 5:59 pm
Forum: Open Source Nagios Projects
Topic: Question regarding editing the CGIs
Replies: 5
Views: 1715

Re: Question regarding editing the CGIs

I'm currently on version 4.0.7.

I was playing around with some of those stylesheets yesterday and, while some things are pretty obvious (like font sizes), others seem pretty obscure. I can't seem to figure out how to make the overall 'chart' itself bigger.
by logic_bomb421
Wed Jul 30, 2014 5:57 pm
Forum: Open Source Nagios Projects
Topic: Would love some ideas on how to monitor switch port duplex
Replies: 7
Views: 3188

Re: Would love some ideas on how to monitor switch port dupl

Alright, when I run

Code: Select all

find / -name SNMPv2-SMI.txt
my terminal lags for a second like it's thinking and then returns nothing and gives me the root::/# cursor.
by logic_bomb421
Wed Jul 30, 2014 1:52 pm
Forum: Open Source Nagios Projects
Topic: Need some help configuring a specific plugin
Replies: 19
Views: 6657

Re: Need some help configuring a specific plugin

Alright, this is an exact copy of my nsclient.ini on the server in question. # If you want to fill this file with all avalible options run the following command: # nscp settings --generate --add-defaults --load-all # If you want to activate a module and bring in all its options use: # nscp settings ...
by logic_bomb421
Tue Jul 29, 2014 5:30 pm
Forum: Open Source Nagios Projects
Topic: Question regarding editing the CGIs
Replies: 5
Views: 1715

Re: Question regarding editing the CGIs

Alright.

Is it at least feasible to modify the cgi's/stylesheets so the font/graph/chart sizes are bigger? Ultimately we want this information visible from ~10 feet in a display on the wall.
by logic_bomb421
Tue Jul 29, 2014 5:15 pm
Forum: Open Source Nagios Projects
Topic: Need some help configuring a specific plugin
Replies: 19
Views: 6657

Re: Need some help configuring a specific plugin

/usr/lib/nagios/plugins/check_nrpe -H <ip if windows server> -n -c check-ad-account -a LockedOut "ou=MYSPECIFICOU,dc=MYDOMAIN,dc=com" Sorry for taking so long to reply. Alright, so when I run the command the way you wrote it (substituting my values of course), my terminal freezes for a sec...
by logic_bomb421
Tue Jul 29, 2014 5:08 pm
Forum: Open Source Nagios Projects
Topic: Would love some ideas on how to monitor switch port duplex
Replies: 7
Views: 3188

Would love some ideas on how to monitor switch port duplex

So like the title says, I'm trying to monitor switch port duplex mode. I figured this would be doable using SNMP, however, what I didn't take into account were the older switches we need to monitor duplex on. Currently we're trying to monitor 3COM 4200G 48-port switches. The do appear to support SNM...
by logic_bomb421
Fri Jul 25, 2014 11:44 am
Forum: Open Source Nagios Projects
Topic: Question regarding editing the CGIs
Replies: 5
Views: 1715

Question regarding editing the CGIs

I'm just curious what direction I would need to go in to add another option to the navbar on the left that combines host groups and service groups? I know it pulls all the info from status.cgi, and then the stylesheets format everything. Is this something that can be done easily?

Thanks!
by logic_bomb421
Wed Jul 23, 2014 3:41 pm
Forum: Open Source Nagios Projects
Topic: Would greatly appreciate some help configuring notifications
Replies: 17
Views: 10432

Re: Would greatly appreciate some help configuring notificat

Notifications are 5 by 5! Somehow sendmail was still clogging port 25 as speculated above. I killed the sendmail process and notifications started coming through almost instantly! I rebooted my Nagios machine and postfix was still bound to port 25. Thank you for all your help! Even though this wasn'...