Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 583 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 583 Bytes

Zabbix Passenger monitoring utility

This small utility parses the output of passenger-status and produces values that can be used with the accompanying zabbix template (zabbix-template.xml).

Copy the binary to /usr/local/bin and put the userparameter_passenger.conf file to the correct location to be included in your agent configuration.

The helper binary looks for passenger-status in the path or a RVM wrapper for the default Ruby.

Disclaimer

I am not a Go developer, so this code is pretty crude and probably not idiomatic Go.