Hello, it's possible to get data via http ? not ssh as i use it now
I have php script that generate xml like this one.
<?xml version="1.0" encoding="utf-8"?> <prtg> <result> <channel>SHI-F2-b0fa.eb56.5ec4</channel> <value>17</value> </result> <result> <channel>SHI-F1-0006.f6ec.d7fd</channel> <value>7</value> </result> <result> <channel>SHI-7c69.f6e1.dc05</channel> <value>5</value> </result> <result> <channel>SHI-c08c.601f.24b7</channel> <value>1</value> </result> <result> <channel>SHI-7c69.f6e1.e0f7</channel> <value>2</value> </result> <result> <channel>SHI-c08c.601f.25a1</channel> <value>1</value> </result> <result> <channel>Всего пользователей</channel> <value>33</value> <mode>Absolute</mode> </result> </prtg>
Add comment