OpManager Android application helps network admins monitor their IT infrastructure on-the-go, 24/7. With the mobile application, users can keep track of the availability and performance of servers, switches, routers and other networking devices.
The application notifies the user about network faults, even when the application is not running, so they are always informed of the network's state. Google's Firebase Cloud Messaging is the centerpiece of this remote notifications feature. The Firebase acts as a portal between the OpManager server and your android device for delivering the notification payload to the application.
The Firebase issues a server key - Firebase oAuth Authentication Key to the OpManager server. This key is responsible for authorizing the OpManager server to send push notifications to the OpManager's Android application.
After the installation of the mobile application on the android device, the user would have to login using the OpManager server credentials. After the login is completed, the user will be prompted to allow Push Notifications via a pop-up dialog box. To enable the notifications, click Allow.
You can choose to skip the previous step; but if you want to enable them at a later stage, you can do so by navigating to More > Settings > Push Notifications and click on Allow.
Considering the number of devices in your network, you might receive a lot of push notifications. To avoid getting so many notifications, you can add filters to shortlist the devices that match the desired filter criteria. The filters are classified as:
Selecting a filter will list all the devices that match the chosen filter. You can select the devices whose notifications you want to receive on your android device. Select the desired devices and click on Save.
Note: The following ports should be open in the OpManager installed machine and firewall for seamless functioning: 5228, 5229, and 5230.
To learn more about Firebase Cloud Messaging, check this page.
Thank you for your feedback!