X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fcollectd-nagios.pod;h=e28ff4b829515f85f89eed971d6fa2cb3fa0419c;hp=c6347eac9361746c8f60b6b33713983d466da241;hb=a9e50e9e30ecde17e167e271060c8183bfcbf407;hpb=a940e2555464956ae7b61d8d0d742f2acc001c5f diff --git a/src/collectd-nagios.pod b/src/collectd-nagios.pod index c6347eac..4ff0bf67 100644 --- a/src/collectd-nagios.pod +++ b/src/collectd-nagios.pod @@ -1,3 +1,5 @@ +=encoding UTF-8 + =head1 NAME collectd-nagios - Nagios plugin for querying collectd @@ -94,12 +96,18 @@ I (and the colon) may be omitted, I is then assumed to be zero. If I (but not the trailing colon) is omitted, I is assumed to be positive infinity. +=item B<-m> + +If this option is given, "Not a Number" (NaN) is treated as I. By +default, the I consolidation reports NaNs as I. Other +consolidations simply ignore NaN values. + =back =head1 RETURN VALUE As usual for Nagios plugins, this program writes a short, one line status -message to STDOUT and signals success or failure with it's return value. It +message to STDOUT and signals success or failure with its return value. It exits with a return value of B<0> for I, B<1> for I and B<2> for I. If the values are not available or some other error occurred, it returns B<3> for I. @@ -113,6 +121,6 @@ L =head1 AUTHOR -Florian Forster EoctoEatEverplant.orgE +Florian Forster EoctoEatEcollectd.orgE =cut