Difference between revisions of "Nagios"
From MohidWiki
(→Useful links and commmands for the OMD package) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Nagios is a monitoring tool that mediates several plugins that find useful information to the user, such as cpu usage, ping time reply, disk usage, ram usage, etc ... | Nagios is a monitoring tool that mediates several plugins that find useful information to the user, such as cpu usage, ping time reply, disk usage, ram usage, etc ... | ||
+ | |||
+ | ==Useful links and commmands for the OMD package== | ||
+ | |||
+ | * http://[nagios-server]:8888/[site]/thruk --> identifies the nagios plugin (script in perl, python, bash...) | ||
+ | * http://[nagios-server]:8888/[site]/nagios --> nagios basic frontend | ||
+ | * http://[nagios-server]:8888/[site]/check_mk --> check_mk frontend | ||
+ | |||
+ | Sites: ppv, teste | ||
+ | |||
+ | Nagios server: 10.15.228.34:8888 | ||
+ | |||
+ | Ssh server to nagios vm: 10.15.228.34:2222 | ||
+ | |||
+ | ==How to add a new service to a site and host== | ||
+ | |||
+ | > sudo su - [site] | ||
+ | > vim /opt/omd/sites/[site]/etc/nagios/conf.d/ngpp.cfg | ||
+ | |||
+ | '''ngpp.cfg''' is a specific configuration file of the services for the host ''ngpp''. | ||
==External References== | ==External References== | ||
*[http://omdistro.org/doc/quickstart_debian_ubuntu OMD for debian ubuntu] | *[http://omdistro.org/doc/quickstart_debian_ubuntu OMD for debian ubuntu] | ||
+ | *[http://mathias-kettner.com/check_mk.html Check_mk] | ||
[Category:Linux] | [Category:Linux] |
Latest revision as of 17:43, 2 July 2013
Nagios is a monitoring tool that mediates several plugins that find useful information to the user, such as cpu usage, ping time reply, disk usage, ram usage, etc ...
Useful links and commmands for the OMD package
- http://[nagios-server]:8888/[site]/thruk --> identifies the nagios plugin (script in perl, python, bash...)
- http://[nagios-server]:8888/[site]/nagios --> nagios basic frontend
- http://[nagios-server]:8888/[site]/check_mk --> check_mk frontend
Sites: ppv, teste
Nagios server: 10.15.228.34:8888
Ssh server to nagios vm: 10.15.228.34:2222
How to add a new service to a site and host
> sudo su - [site] > vim /opt/omd/sites/[site]/etc/nagios/conf.d/ngpp.cfg
ngpp.cfg is a specific configuration file of the services for the host ngpp.
External References
[Category:Linux]