What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Can I send Push Notifications to my Android device?

Votes:

0

How can I send Push Notifications to my Android device?

android notifications push

Created on Feb 18, 2013 12:12:57 PM by  Konstantin Wolff [Paessler Support]

Last change on Feb 18, 2013 4:10:03 PM by  Gerald Schoch [Paessler Support]



1 Reply

Accepted Answer

Votes:

0

Important notice: As of PRTG core server version 14.3.13 and PRTG for iOS 14.3.6 resp. PRTG for Android 14.3.2, you can use push notifications with your iPhone resp. Android device without any workaround.

Please see this article for details:


Outdated Information

This article applies to PRTG Network Monitor 12 or later

Sending Push Notifications to Android Devices

PRTG does not offer a native functionality for sending push notifications. However, there is a workaround for this issue.

You can use the PushBullet service and cURL to send notifications to your device.

Steps to Go

In order to send push notifications to your device, follow the steps below:

Prerequisites

  1. Create a PushBullet account and link it with your Google account.
  2. Install the PushBullet app on the device you want to receive push notifications on.
  3. Download cURL with SSL support (for example, here) and store the executable file on your desired drive, for example, drive D:\
  4. Get the device ID from PushBullet by using cURL on the commandline: D:\curl.exe https://www.pushbullet.com/api/devices -k -u API_KEY: Note: The colon ":" after the API Key is mandatory.

Let's Get Started

  1. Open an editor and paste the following script (adjust the first line, resp. path variable, for your needs): set Path="D:\curl.exe";%Path% curl.exe https://www.pushbullet.com/api/pushes -k -u %1: -d device_id=%2 -d type=note -d title=%3 -d body=%4 -X POST exit 0
  2. Store the created script in the \Notifications\EXE subfolder of your PRTG program directory.
  3. Add a new Notification in PRTG and select Execute Program. Choose the created script file from the drop down menu.
  4. Provide the following parameters: API Key, Device ID, Message Title, and Message Body. This looks like below: YOURAPIKEY DEVICEID "PRTG Notification" "[%sitename] %device %name %status %down (%message)"
  5. Test your settings: You will receive a notification on your device immediately if your settings are correct.

For more information, please see PushBullet API Documentation.

Created on Feb 18, 2013 1:35:01 PM by  Konstantin Wolff [Paessler Support]

Last change on Sep 16, 2014 9:56:24 AM by  Gerald Schoch [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.