Ad Widget

Collapse

Simulate Active agent using telnet

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bbrendon
    Senior Member
    • Sep 2005
    • 870

    #1

    Simulate Active agent using telnet

    How can I simulate an active agent connecting to zabbix and inputing some metrics?

    I'm thinking:
    Code:
    telnet localhost 10051
    commands...
    Unofficial Zabbix Expert
    Blog, Corporate Site
  • James Wells
    Senior Member
    • Jun 2005
    • 664

    #2
    Greetings,
    Originally posted by infinity005
    How can I simulate an active agent connecting to zabbix and inputing some metrics?
    I assume you mean to emulate a Zabbix Agent and want to send data to the Zabbix Server? If so, You can use the zabbix_sender command to actually send the data, or if you are troubleshooting and want to do telnet, it is something like <HostName> <ItemKey> <Value>. I would have to sniff the traffic again, or parse through the source code to confirm the format, but it is pretty easy to do.
    Unofficial Zabbix Developer

    Comment

    Working...