If you want to have those values in the getstatus.xml api call, you can go to the webroot\api folder under the PRTG program files and edit the XML call to also have these lines of code:
<UnusualSens><#objectstatus name="unusualsens" id="0" show="textraw"></UnusualSens>
<UpSens><#objectstatus name="upsens" id="0" show="textraw"></UpSens>
<WarnSens><#objectstatus name="warnsens" id="0" show="textraw"></WarnSens>
<PausedSens><#objectstatus name="pausedsens" id="0" show="textraw"></PausedSens>
<UnknownSens><#objectstatus name="undefinedsens" id="0" show="textraw"></UnknownSens>
Add comment