Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

threshold monitoring for check_pupdash_nodes #2

Open
josy1024 opened this issue Apr 2, 2014 · 0 comments
Open

threshold monitoring for check_pupdash_nodes #2

josy1024 opened this issue Apr 2, 2014 · 0 comments

Comments

@josy1024
Copy link

josy1024 commented Apr 2, 2014

i've added some code in check_pupdash_nodes to make threshold monitoring possible ;-)
regards
......

get threshold monitoring for nagios/icinga

my $code;
$code = $np->check_threshold(
check => $nodes{'failed'},
warning => 1,
critical => 3,
);
$np->nagios_exit( $code, "Threshold check failed" ) if $code != OK;

chr126 added a commit to chr126/nagios-puppet that referenced this issue Aug 6, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant