Search found 3 matches

by rbrel
Wed Jul 05, 2017 10:16 am
Forum: Open Source Nagios Projects
Topic: check_cluster expand status
Replies: 3
Views: 2026

Re: check_cluster expand status

Hi, I can propose a patch (like this one) --- nagios-plugins-2.1.4/plugins/check_cluster.c.orig +++ nagios-plugins-2.1.4/plugins/check_cluster.c @@ -54,6 +54,7 @@ char *data_vals=NULL; char *label=NULL; int verbose=0; +int expand=0; int process_arguments(int,char **); @@ -123,7 +124,17 @@ int main(i...
by rbrel
Mon Jul 03, 2017 5:23 am
Forum: Open Source Nagios Projects
Topic: check_cluster expand status
Replies: 3
Views: 2026

check_cluster expand status

Hi all

Is it possible an option to check_cluster to separate all 'nonok' status ?

Best regards
by rbrel
Mon Jul 03, 2017 4:20 am
Forum: Open Source Nagios Projects
Topic: check_cluster expanded status
Replies: 1
Views: 1600

check_cluster expanded status

Hi All! I like to expand status of check_cluster plugins with a new option (-e | --detailed) .../nagios/plugins/check_cluster -e -w 1 -c 2 If more than 2 CRITICALs = CRITICAL. If less than 2 CRITICALs and more than 1 WARNING = WARNING If none CRITICALs and WARNINGs = OK What do you think about this ...