NAME
rrdpollerd - RRD Poller XML-RPC daemon
SYNOPSIS
rrdpollerd [--root /rrd/files/dir] [--nodetach] [--host local_address] [--port port_number]
DESCRIPTION
This program allow the rrdpoller
command to poll RRD files on the host where this daemon is started from a remote locatation.
OPTIONS
-r, --root=/path/to/dir
All queried files will have their root directory starting at the given location. rrdpollerd will assure that no files outside of this directory will be readable, even via a symlink.
-P, --port=port
Specify on which port the daemon will listen.
-H, --host=host
If specified, the daemon will listen only on this address. By default the daemon listen on all addresses.
--nodetach
AUTHOR
Olivier Poitrey <rs@rhapsodyk.net>
LICENCE
rrdpoller retrieves RRD file data and apply some threshold algorithm. Copyright (C) 2004 Olivier Poitrey
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA