http://jira.hyperic.com/browse/HHQ-3896
Steps to Reproduce
Install a agent on Solaris box(t2000)
Go to t2000.intranet.hyperic.net --> NetworkServer Interface --> t2000.intranet.hyperic.net Solaris Network Interface lo0 (loopback)
Actual Results:
Bits Received per Second and Bits Transmitted per Second are not collected on Solaris,
See the sigar output
java -jar bundles/agent-4.3.0-EE-1374/pdk/lib/sigar.jar
sigar> ifconfig lo0
lo0 Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MULTICAST MTU:8232 Metric:1
RX packets:26329328 errors:-1 dropped:-1 overruns:-1 frame:-1
TX packets:26329328 errors:-1 dropped:-1 overruns:-1 carrier:-1
collisions:-1
RX bytes:-1 (-) TX bytes:-1 (-)
sigar> ifconfig
lo0 Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MULTICAST MTU:8232 Metric:1
RX packets:26329400 errors:-1 dropped:-1 overruns:-1 frame:-1
TX packets:26329400 errors:-1 dropped:-1 overruns:-1 carrier:-1
collisions:-1
RX bytes:-1 (-) TX bytes:-1 (-)
ipge0 Link encap:Ethernet HWaddr 00:14:4F:02:61:9C
inet addr:10.0.0.43 Bcast:10.0.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:33331091 errors:0 dropped:0 overruns:0 frame:0
TX packets:11285620 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
RX bytes:4687137196 (4.4G) TX bytes:2527076629 (2.4G)
ipge1 Link encap:Ethernet
inet addr:0.0.0.0 Bcast:0.0.0.0 Mask:0.0.0.0
BROADCAST MULTICAST MTU:1500 Metric:1
Expected Results:
Both the above metrics should be Off by default and not displayed on Indicator page
Anonymous