monitoring-plugins / monitoring-plugins

Monitoring Plugins
https://www.monitoring-plugins.org
GNU General Public License v3.0
480 stars 283 forks source link

enable deploying nagios plugins in pacemaker clusters [sf#3589394] #1117

Open monitoring-user opened 10 years ago

monitoring-user commented 10 years ago

Submitted by dmuhamedagic on 2012-11-23 14:03:10

In order to be able to use a nagios plugin in the pacemaker cluster, it must be able to produce so-called meta-data, i.e. documentation as XML structured document. Content-wise, it is more or less like what --help produces, just with XML scaffolding. These patches add support for printing both help page and the XML meta-data from the same source (a set of C structs).

monitoring-user commented 10 years ago

Submitted by dmuhamedagic on 2012-11-23 14:06:16

A set of patches similar to the one for check_http would follow. The .po files will have to be edited in part too.

monitoring-user commented 10 years ago

Added File: https://www.monitoring-plugins.org/attachments/456910-nagios-plugins-check_http_metadata.patch

monitoring-user commented 10 years ago

Added File: https://www.monitoring-plugins.org/attachments/456909-nagios-plugins-metadata.patch

waja commented 10 years ago

a push request would be cool!

RincewindsHat commented 5 months ago

cool idea in principle