Hi All,
I have been recently started using nagios core and i have lots of concerns could you please help me in these
->Do we have any snmp script for all resource monitoring (like CPU, Memory, Disk Utilization & Disk Space)
->How can we configure snmp traps in nagios core .If yes could you please guide me how to configure.
->Can I get any easily understandable document of Nagios with example script .
-> Can we schedule reports and Can we view reports in easily understandable format
->Also help me in configuring the switches
Please help me in these concerns
Nagios Core Concerns
Re: Nagios Core Concerns
Here's a brief overview of how plugins work in Nagios Core:vnoc wrote:->Do we have any snmp script for all resource monitoring (like CPU, Memory, Disk Utilization & Disk Space)
https://assets.nagios.com/downloads/nag ... ugins.html
check_snmp can be used to query any OID you want (system info, specific equipment OIDs like fan speed, whatever):
https://nagios-plugins.org/doc/man/check_snmp.html
Otherwise there are thousands of plugins available on the Nagios Exchange for all sorts of SNMP based monitoring:
http://exchange.nagios.org
Here's some documentation to get you started. If you have more specific questions regarding SNMP traps, you could probably get answers on the forums.vnoc wrote:->How can we configure snmp traps in nagios core .If yes could you please guide me how to configure.
https://assets.nagios.com/downloads/nag ... ptrap.html
I'm not sure what you mean by this. The base Nagios Core installation includes some sample object configurations that should be able to get you started on a basic level with just copy+pasting. There are also tutorial videos for each page in Nagios Core.vnoc wrote:->Can I get any easily understandable document of Nagios with example script .
Here's the full documentation for Nagios configuration objects, but it's a bit heavy:
https://assets.nagios.com/downloads/nag ... tions.html
Nagios XI includes scheduled reporting out-of-the-box. Nagios Core does not include such functionality.vnoc wrote:-> Can we schedule reports and Can we view reports in easily understandable format
Nagios Core can generate one-off reports, it just can't regularly schedule/email them to you.
Not sure what you mean by this?vnoc wrote:->Also help me in configuring the switches
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: Nagios Core Concerns
I think @mcapra covered the rest. I assume you are talking about network switches. Here's our documentation for Core: https://assets.nagios.com/downloads/nag ... uters.htmlvnoc wrote:->Also help me in configuring the switches
There is a switch wizard in XI. Much of our XI documentation will also work for Core. The major difference is the things you do in the UI in XI you do by hand in Core.
Re: Nagios Core Concerns
Hi Team,
Thanks for your response but for the points i mentioned were all for nagios core and in that few links were not working and for few are not appropriate
->Do we have any snmp script for all resource monitoring (like CPU, Memory, Disk Utilization & Disk Space)-- this also didn't work . As asked for snmp scripts for resource monitoring.Please find one of the script which i am using for memory utilization monitoring(to use this script the snmp should be enabled in the monitored machine with community string and the IP) and right now I am using this only in window and i wanted the scripts for both linux and windows
->How can we configure snmp traps in nagios core .If yes could you please guide me how to configure.---I have seen the official blog of nagios and there it clearly mentioned snmp traps don't work on nagios core and u gave a link for that stating in which the matter is written as it works for core but when i clicked on that particular link it is giving few libex file which does not work for nagios core.
Kindly check and help us in getting more information regarding this
Thanks for your response but for the points i mentioned were all for nagios core and in that few links were not working and for few are not appropriate
->Do we have any snmp script for all resource monitoring (like CPU, Memory, Disk Utilization & Disk Space)-- this also didn't work . As asked for snmp scripts for resource monitoring.Please find one of the script which i am using for memory utilization monitoring(to use this script the snmp should be enabled in the monitored machine with community string and the IP) and right now I am using this only in window and i wanted the scripts for both linux and windows
->How can we configure snmp traps in nagios core .If yes could you please guide me how to configure.---I have seen the official blog of nagios and there it clearly mentioned snmp traps don't work on nagios core and u gave a link for that stating in which the matter is written as it works for core but when i clicked on that particular link it is giving few libex file which does not work for nagios core.
Kindly check and help us in getting more information regarding this
- Attachments
-
- check_snmp_memory.zip
- (2.15 KiB) Downloaded 164 times
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: Nagios Core Concerns
It looks like all of the links work except the one for check_snmp. Here's the appropriate link: https://nagios-plugins.org/doc/man/check_snmp.html
Are you copying and pasting or clicking? The forum auto-shortens URLs. You will need to click.
If there are files that are not in your libexec directory, you will need to download them. Can you be more specific about which ones you could not find?
Are you copying and pasting or clicking? The forum auto-shortens URLs. You will need to click.
If there are files that are not in your libexec directory, you will need to download them. Can you be more specific about which ones you could not find?