icon/x Created with Sketch.

Splunk Cookie Policy

We use our own and third-party cookies to provide you with a great online experience. We also use these cookies to improve our products and services, support our marketing campaigns, and advertise to you on our website and other websites. Some cookies may continue to collect information after you have left our website. Learn more (including how to update your settings) here.
Accept Cookie Policy

We are working on something new...

A Fresh New Splunkbase
We are designing a New Splunkbase to improve search and discoverability of apps. Check out our new and improved features like Categories and Collections. New Splunkbase is currently in preview mode, as it is under active development. We welcome you to navigate New Splunkbase and give us feedback.

Accept License Agreements

This app is provided by a third party and your right to use the app is in accordance with the license provided by that third-party licensor. Splunk is not responsible for any third-party apps and does not provide any warranty or support. If you have any questions, complaints or claims with respect to this app, please contact the licensor directly.

Thank You

Downloading Paessler PRTG Modular Input
SHA256 checksum (paessler-prtg-modular-input_126.tgz) 6f3b3a1a87d019ead827769243416d90effd7a8914aa6bb66ebca3a18da3f24c SHA256 checksum (paessler-prtg-modular-input_125.tgz) 062c778a0ead5096bc31817ba237469e881b6103be56d75c15508fe023a9f392 SHA256 checksum (paessler-prtg-modular-input_124.tgz) 172076617a5df8bdc0bac404ff74dc6eb1c32b8f7824bcc963fe4f3c1ced5ebc SHA256 checksum (paessler-prtg-modular-input_123.tgz) e3c802d6ed06e4bf2a9913f7c18b20ca5962f852f6534630312a0ecdedfebc63 SHA256 checksum (paessler-prtg-modular-input_111.tgz) f4e208c9d922011c44fe2c7c252af971930092843072f7479681b6fb3a994f25 SHA256 checksum (paessler-prtg-modular-input_101.tgz) 7dc77b44d59c7d087d7cfa1eea280a910d9ef55b491d7a04954cd4efcc7de5ac
To install your download
For instructions specific to your download, click the Details tab after closing this window.

Flag As Inappropriate

splunk

Paessler PRTG Modular Input

Overview
Details
This modular input polls and retrieves data from Paessler PRTG Network Monitor. The PRTG API is excellent and provides access to almost all data. The typical use case is to periodically retrieve sensor status and values.

This modular input polls and retrieves data from Paessler PRTG Network Monitor. The PRTG API is excellent and provides access to almost all data. The typical use case is to periodically retrieve sensor status and values.

The recommended format for retreiving data is the JSON format, and this should work correctly with minimal customisation. If you want to use other data formats then you will need to create Splunk parsing properties and possibly field extractions etc.

Copyright (C) 2019 Chris Younger. I am a Splunk Professional Services consultant working for JDS Australia, in Brisbane Australia.

Source code | Questions, Bugs or Suggestions | My Splunk apps

Getting started

Install this app in Splunk using any of the normal methods.
Once installed there will be a new app called "Paessler PRTG Modular Input".
Navigate to this app and then see the various tabs to configure the tool.

In PRTG, naviagate to Setup > API for documentation as well as a query builder that is useful for constructing a URL that can be used in this modular input. The documention in the PRTG UI easiest to read, but online API documentation is also available online: https://www.paessler.com/manuals/prtg/application_programming_interface_api_definition

Examples:

Retreiving all sensors:
/api/table.json?content=sensors&output=json&columns=objid,probe,group,device,sensor,status,message,lastvalue,priority&count=1000

Retreving specific sensor (includes child sensors):
/api/table.json?content=sensors&output=json&id=2003&columns=objid,probe,group,device,sensor,status,message,lastvalue,priority&count=1000

Retreving all sensors in warning or alarm status:
/api/table.json?content=sensors&count=1000&output=json&columns=objid,probegroupdevice,device,sensor,status,lastvalue,message,priority&sortby=priority&filter_status=4&filter_status=5&filter_status=10&filter_status=13&filter_status=14

Release Notes

Version 1.2.6
March 16, 2025

no changes except for version number. version bump to stop app being archived.

Version 1.2.5
Aug. 24, 2024
Version 1.2.4
March 6, 2023

No functional changes. Updated to new version of AddonBuilder so it should pass the Readiness Check app. Note that the Readiness App may still report non-compliance if you have installed this version over an older version.

Version 1.2.3
Oct. 5, 2022

Fixes for new JQuery

Version 1.1.1
Feb. 9, 2020
  • Updates for python 3
Version 1.0.1
July 22, 2019

Subscribe Share

Are you a developer?

As a Splunkbase app developer, you will have access to all Splunk development resources and receive a 10GB license to build an app that will help solve use cases for customers all over the world. Splunkbase has 1000+ apps from Splunk, our partners and our community. Find an app for most any data source and user need, or simply create your own with help from our developer portal.

Follow Us:
Splunk, Splunk>,Turn Data Into Doing, Data-to-Everything, and D2E are trademarks or registered trademarks of Splunk LLC in the United States and other countries. All other brand names,product names,or trademarks belong to their respective owners.