It is obviously a nice idea to receive Push Notifications from your PRTG installation on your iPhone. Several iPhone apps already make use of this feature and it is quite handsome.
But for PRTG and iPRTG the situation is a little more complex:
Short Answer
Due to Apple's design of the Push Notification system and due to the fact that each PRTG users runs his own instance of PRTG it is a very complex task to build push notifications into iPRTG.
Long Answer
Due to Apple's design of the Push Notification system, which requires a single, authenticated central server to send the messages to the Apple servers before they are forwarded to your iPhone, it is a very complex task to build push notifications into iPRTG.
The problem arises from the fact that each PRTG user runs his own server. It would be very complex to enable this server to talk to Apple's servers (Apple Push Notification Service APNS). You would need an iPhone Developer Account, unique certificates for your PRTG server and much more.
The only viable solution would be that someone (e.g. Paessler AG) runs a proxy server which forwards Push Notifications from all PRTG instances to Apple's servers. Each PRTG user would have to register with this service twice (once with his iPhone, and once with his PRTG instance). And this is only a glimpse of the complexity behind this.
Are there other options?
Fortunately there already is a simple (and rather cheap) solution for sending Push Notifications to the iPhone. The "Prowl" service and iPhone app can be purchased for a few bucks and work great.
See: How can I send Push Notifications from PRTG to iPhones?
Add comment