Discussion:
Custom report on data point
WinInfrastructure
2013-05-13 17:22:41 UTC
Permalink
WinInfrastructure [http://community.zenoss.org/people/WinInfrastructure] created the discussion

"Custom report on data point"

To view the discussion, visit: http://community.zenoss.org/message/73162#73162

--------------------------------------------------------------
I am graphing the response time of routers using a monitoring template

/bin/ping -n -q -c 3 ${device/manageIp} | sed -n -e '/loss/p' -e '/rtt/p' | sed -e 's/\(.*\),.*\+[0-9].*duplicates\(.*\)/\1\2/' | sed -e 's/.*\([0-9].*.% packet loss\).*/PING OK|loss=\1/;s/[0-9] received//;s/%//;s/, //;s/packet loss//' -e 's/rtt min\/avg\/max\/mdev = /min=/;s/ ms//;s/\// avg=/;s/\// max=/;s/\// mdev=/' | sed '/$$/ {;N;s/\n//}'

Now I would like to create a custom report that will display the average response time of all of my devices. How do I reference this data point in my report?
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/73162#73162]

Start a new discussion in zenoss-users at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Loading...