Apache check plugin for Nagios in Python
Binary Talks | (0)
As I've already said yesterday I'm currently getting warm with Python and for the beginning I've ported my sh compliant Apache check plugin for Nagios to a Python script which is now ready for first tests in production.
With options to set a hostname, a port and to define warning/critical thresholds for requests per second only, it got less features than the sh script at the moment. In future releases I'll integrate more features which are already available in the sh script, but for now that'll do the job. Feel free to visit NagiosExchange to download the script, check it out ...