PDA

View Full Version : Need help remembering zabbix agent command


tekemp
13-01-2010, 20:43
I've seen it in the forums before but can't find it for the life of me. What is the command you can use with the zabbix agent to show you what the agent will and will not monitor on a given system?

So for example once I have the agent running on my linux system I can type this command in and it will return with a list of what it will and will not monitor.

Thank you

MrKen
14-01-2010, 03:01
The -h switch is pretty well standard for getting help on many commands!

./zabbix_agentd -h
ZABBIX Agent (daemon) v1.6.5 (revision 7442) (3 April 2009)

usage: zabbix_agentd [-Vhp] [-c <file>] [-t <metric>]

Options:

-c --config <file> Specify configuration file
-h --help give this help
-V --version display version number
-p --print print supported metrics and exit
-t --test <metric> test specified metric and exit


Looks like you want -p ;)

MrKen