I am creating an Item for Linux servers where I want to run a command but keep getting the error "failed to configure logger".
Item parameters:
Zabbix agent
Key: system.run[ksplice kernel uname -r]
I have also tried this as system.run["ksplice kernel uname -r"] and also created a script with a line ksplice kernel uname -r and set permissions as 755.
Type of information: Text
Preprocessing: Discard with heartbeat.
My test server has these entries in zabbix_agent2.conf:
AllowKey=system.run[*,*]
Plugins.SystemRun.LogRemoteCommands=1
I have tested it in the item screen and also from command line zabbix_get -s IP -k system.run["ksplice kernel uname -r"]
Result every time: Error: failed to configure the logger
I can't figure out why this isn't working.
Item parameters:
Zabbix agent
Key: system.run[ksplice kernel uname -r]
I have also tried this as system.run["ksplice kernel uname -r"] and also created a script with a line ksplice kernel uname -r and set permissions as 755.
Type of information: Text
Preprocessing: Discard with heartbeat.
My test server has these entries in zabbix_agent2.conf:
AllowKey=system.run[*,*]
Plugins.SystemRun.LogRemoteCommands=1
I have tested it in the item screen and also from command line zabbix_get -s IP -k system.run["ksplice kernel uname -r"]
Result every time: Error: failed to configure the logger
I can't figure out why this isn't working.
Comment