Category Archives: nagios

Define Nagios Contacts With Email and Pager Notification

1. Define Generic Contact Template in templates.cfg Nagios installation gives a default generic contact template that can be used as a reference to build your contacts. Please note that all the directives mentioned in the generic-contact template below are mandatory. … Continue reading

Posted in nagios | Comments Off on Define Nagios Contacts With Email and Pager Notification

nagios – nsclient++ and module

Version:1.0 StartHTML:000000196 EndHTML:000021947 StartFragment:000010813 EndFragment:000021879 StartSelection:000010813 EndSelection:000021875 SourceURL:http://blogs.iabsolute.com/?p=400 nagios – nsclient++ and module « Blogs IT Networking Here is my Nsclient configuration. ;####### Here y can start ####### [modules];# NSCLIENT++ MODULES;# A list with DLLs to load at startup.; You … Continue reading

Posted in nagios | Comments Off on nagios – nsclient++ and module

Monitor Multiple windows server

To monitor multiple windows server using nagios, define multiple hosts in the windows.cfg mentioned in the step#3. For example, your /usr/local/nagios/etc/objects/windows.cfg will looks like the following: define host{ use windows-server host_name remote-windows-host1 alias Remote Windows Host1 address 192.168.1.4 } define … Continue reading

Posted in nagios | Comments Off on Monitor Multiple windows server

nagios checkup

/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg Install and Start Service Once the above ini file is to your liking, install and start the NSClient++ service. To install: NSClient++ /install NSClient++ SystemTray install NSClient++ /start Make sure the port is listening. From the nagios … Continue reading

Posted in nagios | Comments Off on nagios checkup

Check outlook web access from NAGIOS

Check Microsoft’s Exchange 200x OWA (Outlook Web Access) service (e.g. https://mail.domain.com/exchange) to make sure that it is running properly. [edit] localhost.cfg #taken from CentOS 4 define service{ use local-service host_name mail.yourdomain.com service_description OWA_https_check check_command check_http! –ssl -u /exchange } [edit] … Continue reading

Posted in nagios | Comments Off on Check outlook web access from NAGIOS