forked from pool/monitoring-plugins-haproxy
+ Add new option -i or --ignore-backends to exclude certain backend(s) from the check. The parameter expects a single string for the backend name or a list of comma-separated backend names + Fix and display the maximum number of allowed concurrent sessions of the backend in performance data (was always showing 0 before) + Added bytes_in and bytes_out to performance data per backend - switch to https://github.com/Napsty/check_haproxy as upstream URL: contains latest 1.1 relase plus additional icinga2 config - package NRPE snipplet - package icinga2 CheckCommand definition template - use _service for sources - ran spec-cleaner OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins-haproxy?expand=0&rev=5
14 lines
482 B
Plaintext
14 lines
482 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="localonly">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/Napsty/check_haproxy.git</param>
|
|
<param name="versionformat">1.1g%h</param>
|
|
<param name="filename">check_haproxy</param>
|
|
</service>
|
|
<service name="recompress" mode="localonly">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="localonly"/>
|
|
</services>
|