Hello,
I'm doing a network map to see our switch, the connexions to them, and i'd like to see the traffic between the switch.
I'm already monitoring the switch via PRTG, and I have my sensor getting the values
https://imgur.com/a/shzhZch
I'd like to put at the side of each switch the real time traffic.
i dont see any object like that ( just to have the value, no need more)
I saw we can do custom object, anyone can provide help?
thanks
best
Matthieu
Article Comments
More info
For exemple, I want traffic In, and Traffic Out, I know how to get the last value of a sensor, but I need to get for exemple:
TrafficIN
LastValue(Of traffic In)
TrafficOUT
LastValue (of traffic Out)
i'm using this one
- <!--Status Icons: Last Value (On White)-->
- <div class="map_object map_icon mapicon_status_white" id="<@itemid>" objectid="<@objectid>" subid="
- <@subid>" style="<#mapobject type="topleftcoordinates" subid="<@subid>" mode="<@editmode>">">
- <#mapobject type="objectgrip" mode="<@editmode>">
- <#mapobject type="htmlbefore" subid="<@subid>">
- <#checkobjecttype objecttype="sensor" nicemessage="true" id="<@objectid>">
- <span class="label">
- <#objectstatus name="trafficin" id="<@objectid>">
- <#objectstatus name="lastvalue" id="<@objectid>">
- </span>
- <#mapobject type="htmlafter" subid="<@subid>">
- </div>
(I quoted to avoid issue posting)
But it's on the same line, and it show: Not found, and the valor of the last value( working well)
thanks
best
Matthieu
Sep, 2019 - Permalink
More info
For exemple, I want traffic In, and Traffic Out, I know how to get the last value of a sensor, but I need to get for exemple: TrafficIN LastValue(Of traffic In)
TrafficOUT LastValue (of traffic Out)
i'm using this one
(I quoted to avoid issue posting) But it's on the same line, and it show: Not found, and the valor of the last value( working well) thanks
best Matthieu
Sep, 2019 - Permalink