Ad Widget

Collapse

How can I list all items that the agent can display?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jackiebaron
    Junior Member
    • Oct 2014
    • 17

    #1

    How can I list all items that the agent can display?

    I want to show all the information on a node (agent.version, proc.num, etc), basically everything that a zabbix_get command could probe for.

    I'm sure I could log onto a Zabbix managed node and issue a command that would list all the stuff that is retrievable, including the ones that I defined in the zabbix_agentd.conf file.

    Thanks
  • jackiebaron
    Junior Member
    • Oct 2014
    • 17

    #2
    Just found it!

    zabbix_agentd -p

    Comment

    Working...