[ZBXNEXT-2507] Monitoring ethernet aliases on HP-UX Created: 2014 Oct 10 Updated: 2014 Oct 13 |
|
Status: | Open |
Project: | ZABBIX FEATURE REQUESTS |
Component/s: | Agent (G) |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Change Request | Priority: | Trivial |
Reporter: | cru5ader | Assignee: | Unassigned |
Resolution: | Unresolved | Votes: | 1 |
Labels: | hp-ux | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Description |
I have some problem with net.if.in[interface, bytes] key on host HP-UX B.11.31. I have interface`s name like 'lan0:1'. An Item with key 'net.if.out[lan0:1, bytes]' does not get values (zabbix agent don`t support it). I used aliases (Alias=interface_lan01:net.if.in[lan0:1,bytes]), but they returned the same answer- zabbix agent don`t support it. Have you any idea how to solve this problem??. Thanks -bash-4.2$ zabbix_get -k net.if.discovery -s server1.ru { "data":[ { "{#IFNAME}":"lo0"}, { "{#IFNAME}":"lan0"}]} but: #> netstat -in Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll lo0 32808 127.0.0.0 127.0.0.1 320072635 0 320072671 0 0 lan0:1 1500 19.22.0.0 19.22.50.112 338310 0 53 0 0 lan0 1500 19.22.50.0 19.22.50.185 166140844686 0 80888865308 0 0 |
Comments |
Comment by Denis Volkov [ 2014 Oct 10 ] |
I'd like to note that alias is standard method for configuring HPUX cluster services and so it is quite important to monitor alias interfaces. |