Search found 5 matches
- Thu May 18, 2017 11:52 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring big infraestructure.
- Replies: 1
- Views: 879
Monitoring big infraestructure.
First of all, hi for all, I have a big challenge, monitoring a big network with less 4000 network devices, the monitoring only include host up or down, only that. I need to know what architecture you recommend me or if i need multiple host or if is better check_ping o check_icmp, if some butty have ...
- Mon Apr 10, 2017 3:57 pm
- Forum: Open Source Nagios Projects
- Topic: Multiple SNMP Communities with NAGIOS
- Replies: 6
- Views: 4167
Re: Multiple SNMP Communities with NAGIOS
I am fine, thanks for your help....
- Mon Apr 10, 2017 3:10 pm
- Forum: Open Source Nagios Projects
- Topic: Multiple SNMP Communities with NAGIOS
- Replies: 6
- Views: 4167
Re: Multiple SNMP Communities with NAGIOS
Here's the usage for check_snmp: https://nagios-plugins.org/doc/man/check_snmp.html The plugin is not able to accept multiple SNMP community strings as an argument. You will need to know what the SNMP community string is for a given device and account for that in your command and service definition...
- Mon Apr 10, 2017 1:50 pm
- Forum: Open Source Nagios Projects
- Topic: Multiple SNMP Communities with NAGIOS
- Replies: 6
- Views: 4167
Re: Multiple SNMP Communities with NAGIOS
Thanks for your help, i understand that, i use check_snmp and i use "-C public" and works fine but some of my hosts use public, others public2, and some switch and routers use public3. In my check_snmp expression i use "check_snmp!-C public, public2, public3 -o snmpEngineTime.0" ...
- Mon Apr 10, 2017 1:25 pm
- Forum: Open Source Nagios Projects
- Topic: Multiple SNMP Communities with NAGIOS
- Replies: 6
- Views: 4167
Multiple SNMP Communities with NAGIOS
Hi everyone, hope you can help me, i need monitoring deices (routers, switch, hosts) with different SNMP communities, if that possible on nagios core?.