|
I am a new user to MRTG/RRD.
I have a setup where I am monitoring 50 Citrix servers with various counters, that are all working OK. The only issue I have is with the Citrix Sessions graph. I am using the SNMP4CTX MIB to get the current number of Sessions. Here is the relevant piece of the mrtg cfg file:
Target[LOCALHOST.CitrixSessions]: .1.3.6.1.4.1.9827.1.1.1.1.0&.1.3.6.1.4.1.9827.1.1.1.1.0:public@LOCALHOST:
MaxBytes[LOCALHOST.CitrixSessions]: 50
Title[LOCALHOST.CitrixSessions]: Citrix Sessions
Options[LOCALHOST.CitrixSessions]: growright, gauge, integer, noo, nolegend
Unscaled[LOCALHOST.CitrixSessions]: dwmy
YLegend[LOCALHOST.CitrixSessions]: Concurrent Sessions
LegendI[LOCALHOST.CitrixSessions]: Sessions
LegendO[LOCALHOST.CitrixSessions]:
routers.cgi*Icon[LOCALHOST.CitrixSessions]: Citrix-sm.gif
I have two issues, the first is can I disable totals for just this one interface? It is showing my Total over last 24 hours as a count of sessions each time it updates, so that after a few minutes, so I end up with a total line, like the one below.
Total over last 24 hours: Sessions 10 k
And also related, all of the Max, Avg and Current Session stats show up as "/s". How can I get this to not give me a number per second?
Thanks.
|