Re: Running Nagios Plugins from Cfengine 3

2012-02-27 Thread Robert Carleton
Here is a code scrap that copies the module out and sets the nagios_plugin_wrapper_installed class, if the module is in place. It is assumed that $(g.local_cf_modules) and @(g.distribution_servers) have been defined in the configuration, and that you are using the Cfengine Community Open Promis

Running Nagios Plugins from Cfengine 3

2012-02-23 Thread Robert Carleton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I posted an example of calling Nagios plugins from inside of Cfengine a while back. One of my co-workers took a look at the code and suggested that I put it in a bundle that could be called as a parameterized method promise. I think it might be usef