Hi,
I'm trying to monitor a network alias (eth0:1).
From the manual I understand that any character can be used:
However, monitoring eth0:1 gives the following errors:
I've also tried escaping ":", but it does not work either.
Any hint?
Thanks
I'm trying to monitor a network alias (eth0:1).
From the manual I understand that any character can be used:
Parameter - quoted string
If the key parameter is a quoted string, any Unicode character is allowed, and included double quotes must be backslash escaped.
Parameter - unquoted string
If the key parameter is an unquoted string, any Unicode character is allowed except comma and right square bracket (]).
If the key parameter is a quoted string, any Unicode character is allowed, and included double quotes must be backslash escaped.
Parameter - unquoted string
If the key parameter is an unquoted string, any Unicode character is allowed except comma and right square bracket (]).
Code:
8098:20101223:111708.614 Item [redmine01:net.if.in["eth0:1",bytes]] error: Not supported by Zabbix Agent 8098:20101223:111709.727 Item [redmine01:net.if.out["eth0:1",bytes]] error: Not supported by Zabbix Agent
Any hint?
Thanks
Comment