Hi,
Wendell Araujo wrote:
I have a server running Nagios and would like to monitor the service
in my puppet server puppetmaster. Has anyone managed to do this?
The REST API¹ is very handy for doing this.
I use https://$server:8140/production/status/no_key for this.
I had to allow this in the
how about this: nagios_command {
"check_puppetmaster_https":
command_line => '$USER1$/check_http -SI $HOSTNAME$ -p 8140 -u
/production/status/puppetclient --header="Accept: yaml"';
}
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
I'm not sure if he wants to monitor the puppet runs on the clients.
Maybe he wants to monitor if the the puppetmaster is available or not, so
/usr/lib/nagios/plugins/check_tcp -H YOURPUPPETMASTER -p 8140
TCP OK - 0.000 second response time on port
8140|time=0.000464s;;;0.00;10.00
or
/usr/
On Mon, Jun 18, 2012 at 10:22 AM, Wendell Araujo
wrote:
> Good morning!
>
> I have a server running Nagios and would like to monitor the service in my
> puppet server puppetmaster. Has anyone managed to do this?
>
> grateful
>
> Wendell
So this doesn't exactly answer your question, but it is a pa