hello everybody.
i have test the system.run[] parameter on the client to monitoring, a suse linux 2.6, and i have a problem with the synax:
gpvm01:/usr/local/bin # ./zabbix_agentd -t system.run[ls /]
[m|ZBX_NOTSUPPORTED]
gpvm01:/usr/local/bin # ./zabbix_agentd -t system.run[ls]
system.run[ls] [t|zabbix_agent
zabbix_agentd
zabbix_get
zabbix_sender]
gpvm01:/usr/local/bin # ./zabbix_agentd -t system.run[ls -l]
./zabbix_agentd: invalid option -- l
./zabbix_agentd: invalid option -- ]
usage: ./zabbix_agentd [-vhp] [-c <file>] [-t <metric>]
when use an option for the command, zabbix_agentd report this error:
[m|ZBX_NOTSUPPORTED]
or
./zabbix_agentd: invalid option -- l
./zabbix_agentd: invalid option -- ]
usage: ./zabbix_agentd [-vhp] [-c <file>] [-t <metric>]
it didn't understand the space.
How can i resolve?
tnks
i have test the system.run[] parameter on the client to monitoring, a suse linux 2.6, and i have a problem with the synax:
gpvm01:/usr/local/bin # ./zabbix_agentd -t system.run[ls /]
[m|ZBX_NOTSUPPORTED]
gpvm01:/usr/local/bin # ./zabbix_agentd -t system.run[ls]
system.run[ls] [t|zabbix_agent
zabbix_agentd
zabbix_get
zabbix_sender]
gpvm01:/usr/local/bin # ./zabbix_agentd -t system.run[ls -l]
./zabbix_agentd: invalid option -- l
./zabbix_agentd: invalid option -- ]
usage: ./zabbix_agentd [-vhp] [-c <file>] [-t <metric>]
when use an option for the command, zabbix_agentd report this error:
[m|ZBX_NOTSUPPORTED]
or
./zabbix_agentd: invalid option -- l
./zabbix_agentd: invalid option -- ]
usage: ./zabbix_agentd [-vhp] [-c <file>] [-t <metric>]
it didn't understand the space.
How can i resolve?
tnks
Comment