Getting status from PRTG into Home Assistant?

I currently use PRTG to monitor my home network and would like to get the statuses into Home Assistant. A few ideas come to mind, such as using REST API, sending an email to an account for HA to scrape.

Nothing too fancy, would just be nice to get that data into HA, then I could have it do things like update a dashboard in HA, send alerts on my LAN to my phone via the HA app, trigger alexa alerts…

Is anyone else doing this? Just trying to not reinvent the wheel but see very little on what the best way to accomplish this.

I dont have a specific answer but wanted to share a thought. What methods does prtg have to publish it’s data? If it doesn’t have any and you are just using it to snmp poll your devices, maybe something like telegraf + grafana could replace it and would provide ways of getting data into homeassistant for alerting. There should be several threads on grafana/telegraf.

HA even has an snmp component but I can’t imagine it’s as mature as prtg is for mibs, etc.

It’s possible. They do have an API via HTTP GET

https://www.paessler.com/manuals/prtg/http_api

It works very well and much easier than getting your snmp information via HA