Hi,
I'm having trouble with a system.run Command.
How do I "escape" the ',' ?
e.g.
zabbix_get -s servername -k "system.run[wmic service get DisplayName]" --> works
zabbix_get -s servername -k "system.run[wmic service get DisplayName,StartMode,State]" --> doesn't work because of the ',' (comma).
How can I make this work?
Tried \, already, any other suggestions?
greets
Patrick
I'm having trouble with a system.run Command.
How do I "escape" the ',' ?
e.g.
zabbix_get -s servername -k "system.run[wmic service get DisplayName]" --> works
zabbix_get -s servername -k "system.run[wmic service get DisplayName,StartMode,State]" --> doesn't work because of the ',' (comma).
How can I make this work?
Tried \, already, any other suggestions?
greets
Patrick
Comment