Commit good plugin .. PEBKAC bug ..

This commit is contained in:
Simon Bomm 2015-02-13 11:20:52 +01:00
parent ff93c47a9c
commit edeb535a33

View File

@ -172,21 +172,23 @@ __END__
Check Updates cache of rrdcached daemon (compute delta between UpdatesReceived and DataSetsWritten from the rrdcached socket STATS command) Check Updates cache of rrdcached daemon (compute delta between UpdatesReceived and DataSetsWritten from the rrdcached socket STATS command)
(!!) Please add monitoring-engine user to rrdcached group (!!)
=over 8 =over 8
=item B<--socket-type> =item B<--tcp>
Specify 'tcp' or 'unix' following your rrdcached socket configuration (default: unix) Specify this option if TCP socket is used
=item B<--host> =item B<--host>
Host where the socket is (should be set if --socket-type eq tcp) (default: 127.0.0.1) Host where the socket is (should be set if --tcp is used) (default: 127.0.0.1)
=item B<--port> =item B<--port>
Port where the socket is listening (should be set if --socket-type eq tcp) (default: 42217) Port where the socket is listening (default: 42217)
=item B<--unix>
Specify this option if UNIX socket is used
=item B<--socket-path> =item B<--socket-path>