Nagios monitoring Windows Server
Requirement: currently, the company has about 20 Windwos servers. Daily O & M mainly relies on manual server status check: CPU/memory/disk usage, I/O, etc. We hope to deploy a monitoring system to integrate and collect all the above information on servers and implement the alarm function. Analysis: based on the actual situation, collect relevant information online. decided to use the open-source Nagios monitoring platform. the platform itself does not provide monitoring functions, but it can collect and display information such as Windows, Linux, and network devices on a single platform through the plug-in, and implement the mail or SMS alarm function, the scalability of the platform is also good. Environment: Nagios server: Centos6.5 Nagios Software Version: 3.4.3 required INS: NSClient ++-0.3.9-x64 implementation steps: 1. Install the Nagios server and configure relevant parameters, you can access Nagios 2 through the web interface, install the NSClient plug-in on Windows Server, and configure the NSClicent to edit the NES under the installation directory. INI file, open the port of NSClient ++. Find the method: [NSClient]; port = 12489 remove ";" before the port to enable port 12489 netstat-an | more to check whether port 12489 is listened on normally. 4. Configure/usr/local/Nagios/etc/objects/windows on the nagios server. cfg defines the host name, IP address, and items to be monitored. 5. test whether the configuration file is correct./usr/local/nagios/bin/nagios-v/usr/local/nagios /etc/nagios. 6. Restart the Nagios Service