Search found 10 matches
- Thu Feb 12, 2015 2:00 pm
- Forum: Open Source Nagios Projects
- Topic: Able to run check_snmp with Nagios Core ? free version ?
- Replies: 9
- Views: 4541
Re: Able to run check_snmp with Nagios Core ? free version
Box293, OK man ... Thanks a million for your help brah. I finally got it working. Here is the output from my Nagios GUI: Disk Avail / OK 02-12-2015 10:42:32 0d 0h 5m 36s 1/2 SNMP OK - 10862244 Service definition as defined in my host config file: define service{ use generic-service host_name hq-ui-0...
- Wed Feb 11, 2015 8:00 pm
- Forum: Open Source Nagios Projects
- Topic: Able to run check_snmp with Nagios Core ? free version ?
- Replies: 9
- Views: 4541
Re: Able to run check_snmp with Nagios Core ? free version
Box293,
OK so I change community string to hot have the !.
now result is:
External command error: Timeout: No Response from 192.168.0.26:161.
Your help is much appreciated.
I can run external commands from the web gui also.
Any thoughts ?
John
OK so I change community string to hot have the !.
now result is:
External command error: Timeout: No Response from 192.168.0.26:161.
Your help is much appreciated.
I can run external commands from the web gui also.
Any thoughts ?
John
- Wed Feb 11, 2015 7:13 pm
- Forum: Open Source Nagios Projects
- Topic: Able to run check_snmp with Nagios Core ? free version ?
- Replies: 9
- Views: 4541
Re: Able to run check_snmp with Nagios Core ? free version
Box293, OK: As user nagios from my nagios server: [nagios@hq-nagios-02 jdworske]$ /usr/local/nagios/libexec/check_snmp -H hq-ui-01 -P 2c -C 'mypass!word' -o .1.3.6.1.4.1.2021.9.1.7.1 SNMP OK - 10875448 | iso.3.6.1.4.1.2021.9.1.7.1=10875448 [nagios@hq-nagios-02 jdworske]$ /usr/local/nagios/libexec/ch...
- Wed Feb 11, 2015 6:24 pm
- Forum: Open Source Nagios Projects
- Topic: Able to run check_snmp with Nagios Core ? free version ?
- Replies: 9
- Views: 4541
Re: Able to run check_snmp with Nagios Core ? free version
Box293, Thank you for your prompt reply. So I am getting somewhere now however not quite there yet. Hoping you guys can help? From my Nagios server: Querying OID for DISK space available / partion: [root@hq-nagios-02 jdworske]# /usr/local/nagios/libexec/check_snmp -H hq-ui-01 -P 2c -C 'mypassword' -...
- Mon Feb 09, 2015 8:29 pm
- Forum: Open Source Nagios Projects
- Topic: Able to run check_snmp with Nagios Core ? free version ?
- Replies: 9
- Views: 4541
Able to run check_snmp with Nagios Core ? free version ?
Nagios Team, Is it possible to fun the 'check_snmp' command to check disk usage via snmp from a Nagios server checking disk space on a linux server using SNMP? I am trying to get this done, however, not working for me right now. Is there a tutorial that I can follow that shows examples of how to use...
- Thu Jul 03, 2014 11:24 am
- Forum: Open Source Nagios Projects
- Topic: ./check_snmp Errors (External command error)
- Replies: 2
- Views: 10453
Re: ./check_snmp Errors (External command error)
Box293,
Thanks man. You rock. That worked.
John
Thanks man. You rock. That worked.
John
- Wed Jul 02, 2014 6:54 pm
- Forum: Open Source Nagios Projects
- Topic: ./check_snmp Errors (External command error)
- Replies: 2
- Views: 10453
./check_snmp Errors (External command error)
Nagios Community, I am having some problems with: ./check_snmp Error: External command error: Timeout: No Response from 192.168.0.29:161 From my Nagios server I can successfully snmpwalk the host 192.168.0.29: [root@hq-nagios-02 libexec]# snmpwalk -v 2c -c 'xxxxxxx' 192.168.0.29 | more SNMPv2-MIB::s...
- Tue Jul 01, 2014 7:34 pm
- Forum: Open Source Nagios Projects
- Topic: Newbie - using localhost.cfg for all of my hosts ...
- Replies: 6
- Views: 8929
Re: Newbie - using localhost.cfg for all of my hosts ...
Thanks for the replies fellas!!!
Nagios is up and running nicely for me using NRPE.
Quick question.
is check_snmp plugin available anywhere ?
I don't seem to see that plugin in:
/usr/local/nagios/libexec
Thanks in advance for any assistance.
Nagios is up and running nicely for me using NRPE.
Quick question.
is check_snmp plugin available anywhere ?
I don't seem to see that plugin in:
/usr/local/nagios/libexec
Thanks in advance for any assistance.
- Mon Jun 30, 2014 6:14 pm
- Forum: Open Source Nagios Projects
- Topic: Newbie - using localhost.cfg for all of my hosts ...
- Replies: 6
- Views: 8929
Re: Newbie - using localhost.cfg for all of my hosts ...
Slansing, Thank you very much for your reply. So I have gone ahead as you suggested created a new config file for each one of my hosts. For example this is in my main nagios.cfg file: # Definitions for monitoring the all other (Linux) hosts cfg_file=/usr/local/nagios/etc/objects/devsamba.cfg cfg_fil...
- Fri Jun 27, 2014 4:37 pm
- Forum: Open Source Nagios Projects
- Topic: Newbie - using localhost.cfg for all of my hosts ...
- Replies: 6
- Views: 8929
Newbie - using localhost.cfg for all of my hosts ...
Nagios Community, I recently set up Nagios on VM running CentOS 6.5. I have basically set up all monitoring via the localhost.cfg file and it seems to be working. Is this correct ? Can I use the locahost.cfg file for monitoring all of my machines ? I am using the specific config file for Printers an...