logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pandora_agent - Pandora FMS software agent

Description

PandoraFMSAgent  is  a perl-based application, which collects information about local system, running
       commands and gathering its output to create a XML data file, sent to Pandora FMS server.

       It uses /etc/pandora/pandora_agent.conf to define what information is gathered and how to get it, running
       local commands. It uses a startup script on /etc/init.d/pandora_agent_daemon to control the status of the
       agent service.

       Pandora FMS agent uses tentacle_client to transfer information, but can also  transmit  that  information
       using a local filesystem copy (NFS, SMB, local), SSH or FTP.

       You can get more information at the official website at:

       http://openideas.info/wiki/index.php?title=Pandora_3.0:Documentation_en

Files

       /usr/bin/pandora_agent
       /etc/init.d/pandora_agent_daemon
       /etc/pandora/pandora_agent.conf

Name

       pandora_agent - Pandora FMS software agent

Notes

       Pandora FMS Agent requires Perl 5.8 or higher to works

See Also

pandora_server(1), tentacle(1)

3.1                                                2010-05-11                                   PANDORA_AGENT(1)

Synopsis

/usr/bin/pandora_agent <configuration_file>

       /etc/init.d/pandora_agent_daemon [ stop | start | restart ]

See Also