So, I have a url which outputs a random # based on the total number of calls our system is currently handeling.
http://192.168.*.*/ServerSides.cfc?Method=CurrentCalls
If I visit that page I see in the window for example 39
how can I take that data and get it into zabbix?
here is the source data for the output page
<wddxPacket version='1.0'><header/><data><string>39</string></data></wddxPacket>
http://192.168.*.*/ServerSides.cfc?Method=CurrentCalls
If I visit that page I see in the window for example 39
how can I take that data and get it into zabbix?
here is the source data for the output page
<wddxPacket version='1.0'><header/><data><string>39</string></data></wddxPacket>
Comment