Page 1 of 1

Monitor Python Process on Windows Server

Posted: Mon Jun 05, 2017 8:51 am
by FFEJERY
Hello

I'm still fairly new to Nagios mostly use it for Linux machine to see if they're reachable, but I'm trying to setup monitoring a python script process on a Windows Server.
The script should be running all the time so I would like to know if it goes down. Is this possible? If so what's required?

Thanks

Re: Monitor Python Process on Windows Server

Posted: Mon Jun 05, 2017 8:58 am
by mdomanski
there is few ways to check status of running process - NCPA or NSclient++ agents (nrpe or check_nt) to verify Your python process

Re: Monitor Python Process on Windows Server

Posted: Mon Jun 05, 2017 9:43 am
by dwhitfield
You can also automatically restart it! https://assets.nagios.com/downloads/nag ... ios-XI.pdf is written with XI in mind, but all of the functionality is in Core as well. Please let us know if you run into any difficulty.