summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2ca211b)
raw | patch | inline | side by side (parent: 2ca211b)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 8 Dec 2008 23:47:30 +0000 (00:47 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 9 Dec 2008 11:39:40 +0000 (12:39 +0100) |
src/collectd-nagios.c | patch | blob | history |
diff --git a/src/collectd-nagios.c b/src/collectd-nagios.c
index 15252b19a1ba10fc8d3e52ec384ab9f6a2903be3..4e4e494c1981bb198a8aeb43099fc9e15b5fdf59 100644 (file)
--- a/src/collectd-nagios.c
+++ b/src/collectd-nagios.c
" -d <ds> Select the DS to examine. May be repeated to examine multiple\n"
" DSes. By default all DSes are used.\n"
" -g <consol> Method to use to consolidate several DSes.\n"
- " Valid arguments are `none', `average' and `sum'\n"
+ " See below for a list of valid arguments.\n"
" -H <host> Hostname to query the values for.\n"
" -c <range> Critical range\n"
" -w <range> Warning range\n"
" average: Calculate the average of all matching DSes and apply the\n"
" warning- and critical-ranges to the calculated average.\n"
" sum: Apply the ranges to the sum of all DSes.\n"
+ " percentage: Apply the ranges to the ratio (in percent) of the first value\n"
+ " and the sum of all values."
"\n", name);
exit (1);
} /* void usage */