Pollers: General Overview, Deployment Strategy, Build Out & Setup
- Our Products & Services
- Getting Started
- Accounts
- Communication
- Billing
- Companies
- Financial
- Integrations
- Inventory
- Jobs
- Mapping
- Misc.
- Monitoring
- Purchase Orders
- Release Notes
- Sonar Billing
- Voice
- Reporting
- Security
- sonarPay
- Ticketing
- Working With the Sonar Team & Additional Resources
- System
- Networking
Table of Contents
What is a Poller?
A Poller is a device that typically sits within your network in order to monitor and collect network information on deployed devices and bring that data back into Sonar. Additionally, a poller will be able to determine which deployed devices on accounts are connected to which equipment on network sites.
One poller can monitor about one to two thousand devices if enough resources are given. However, a poller can possibly perform worse depending on your network build-out and what kind of equipment you have deployed.
Hardware Requirements:
Recommended OS: Ubuntu 20.04
Recommended CPU: Dual-Core CPU, released 2011 or newer
Recommended Memory: 4 GB of RAM
Recommended Storage: 20 GB HDD
While having a more powerful machine helps with polling, it is recommended to have 2 or 3 pollers if your network consists of 3000 devices or more.
Deployment Strategy
The poller should be hosted within your network rather than outside (Digital Ocean, AWS or Azure). While you can host your poller on the cloud, it is recommended to be as close to your deployed devices as possible. There are 2 reasons why this is recommended: first, being that you will get a quicker response from the devices you are polling, and second, it is more secure than hosting it on the cloud.
Additionally, if you have a larger network that spans a large area, it is recommended to put the pollers as close as possible to the devices you are polling - this ensures that you have accurate information.
Configuration within Sonar
To create a poller in Sonar, go to:
- Settings
- Monitoring
- Pollers
- Click on “Create Poller”
In the window that appears, name the poller to something recognizable (a good rule of thumb is to name the poller on where it is located or what subnets it is polling) and choose the subnets you want to monitor. This is also where you can also set the priority of that subnet.
By checking off additional boxes, you can add more subnets to be polled by that poller.

Once a poller has been created, you will be taken back to the poller screen with all your pollers - this is also where you can view the associated API key.
From here, we can install the poller on a virtual machine. The virtual machine should have 4 GB of RAM, at least 2 cores, and 20 GB of hard drive space.
Additionally, we need to set how often we will poll information on accounts and tower equipment. This information is set in Poller Settings screen, which can be accessed by navigating to the Settings menu > Monitoring > Poller Settings.
- Account Polling: Determines how often deployed equipment on accounts is polled. This should not be set to anything lower than 5 minutes unless you have a very small network.
-
Infrastructure Polling: Determines how often deployed equipment on tower sites is polled. Generally, we want to poll this info every 2 to 5 minutes.
Providing Device Credentials in the Poller GUI
In order to complete the Poller setup process, you need to provide it a means of communicating with both your Sonar instance and with the devices you'd like to monitor. For this example, we'll be using a newly created poller, which was created following the steps described at the beginning of the "Configuration within Sonar" section:
Once you've completed the installation following the GitHub guide linked here, you'll need to access the URL or IP Address the Poller is assigned to and log into the device using your instance credentials:
Once you've logged in, you'll want to make sure the Sonar Instance URL and Poller API Key match the information that was created. Navigate to the Settings section, and review the parameters:
After confirming everything matches, proceed to the "Device Credentials" section, and click on "Create" to add a new device to your Poller:

With the creation window open, fill out the fields you need for your Device Type:
- The Credential Type Dropdown allows you to select from a supported list of devices that can be used by the Poller to access additional information. You can select from the following credential types:
- MikroTik API (SSL)
- Netonix SSH
- Ubiquiti Toughswitch SSH
- The username entered here is for the credentials of the device you're adding. The credentials need to exist on the device prior to being added here.
- The Password prompts have you enter and confirm the same password for the device user.
- The Port configured here is used for communicating with and accessing the device.
Poller Troubleshooting
For assistance troubleshooting the installation or operation of your Poller, an article is available on the knowledge base which highlights common issues and their possible solution: Poller Troubleshooting