I'm trying to create a proc.num item with a comma in the last parameter but it fails.
My test was
zabbix_agent -t proc.num[ruby,,,"server.rb -p 1,2"]
proc.num[ruby,,,ruby server.rb -p 1,2] [m|ZBX_NOTSUPPORTED]
If i remove the comma it works
zabbix_agent -t proc.num[ruby,,,"server.rb -p 1"]
proc.num[ruby,,,server.rb -p 1] [u|1]
Is this an expected behaviour? Shouldn't the comma be allowed?
My test was
zabbix_agent -t proc.num[ruby,,,"server.rb -p 1,2"]
proc.num[ruby,,,ruby server.rb -p 1,2] [m|ZBX_NOTSUPPORTED]
If i remove the comma it works
zabbix_agent -t proc.num[ruby,,,"server.rb -p 1"]
proc.num[ruby,,,server.rb -p 1] [u|1]
Is this an expected behaviour? Shouldn't the comma be allowed?
Comment