summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cfb193b)
raw | patch | inline | side by side (parent: cfb193b)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 15 Jul 2016 20:02:08 +0000 (22:02 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 15 Jul 2016 20:02:08 +0000 (22:02 +0200) |
src/collectd-nagios.c | patch | blob | history |
diff --git a/src/collectd-nagios.c b/src/collectd-nagios.c
index fe56d5d36af2accf85afd8b525c6d969ca215947..dd90737f6f3a4063685bdd27072d9fb4bd94cd9c 100644 (file)
--- a/src/collectd-nagios.c
+++ b/src/collectd-nagios.c
status = RET_UNKNOWN;
if (consolitation_g == CON_NONE)
- status = do_check_con_none (values_num, values, values_names);
+ status = do_check_con_none (values_num, values, values_names);
else if (consolitation_g == CON_AVERAGE)
- status = do_check_con_average (values_num, values, values_names);
+ status = do_check_con_average (values_num, values, values_names);
else if (consolitation_g == CON_SUM)
status = do_check_con_sum (values_num, values, values_names);
else if (consolitation_g == CON_PERCENTAGE)