after my previous post about proc.num not working correctly or me misunderstanding it I decided to try system.run item instead and found this will not work ad documented either. I was trying:
[root@diam-orzabbix ~]# zabbix_get -s hrnpcm1 -p 10001 -k system.run[ps faux ]
ZBX_NOTSUPPORTED
so i look at the documentation and see:
Example:
Detailed file list of root directory.
system.run[ls -l /]
so I try:
[root@diam-orzabbix ~]# zabbix_get -s hrnpcm1 -p 10001 -k system.run[ls -l /]
zabbix_get: invalid option -- l
usage: zabbix_get [-hv] -s<host name or IP> [-p<port number>] -k<key>
Intresting.... Mabey I don't understand or I am not including something but I would like to try this option as stated in the documentation.
[root@diam-orzabbix ~]# zabbix_get -s hrnpcm1 -p 10001 -k system.run[ps faux ]
ZBX_NOTSUPPORTED
so i look at the documentation and see:
Example:
Detailed file list of root directory.
system.run[ls -l /]
so I try:
[root@diam-orzabbix ~]# zabbix_get -s hrnpcm1 -p 10001 -k system.run[ls -l /]
zabbix_get: invalid option -- l
usage: zabbix_get [-hv] -s<host name or IP> [-p<port number>] -k<key>
Intresting.... Mabey I don't understand or I am not including something but I would like to try this option as stated in the documentation.
Comment