Skip to content

mgetz/PRTG-Redis-Sensor

 
 

Repository files navigation

Build Status Release Status FOSSA Status

PRTG-Redis-Sensor

A Redis Sensor for PRTG. Read more at: https://blog.cdemi.io/monitoring-redis-in-prtg

Requirements

  • .NET Framework 4.5 or better
  • PRTG Version 16 (Does not work in PRTG Version 14)
  • Redis Server >= 3.2.11

Usage

Download or Compile

You can download the latest PRTG-Redis-Sensor-Windows.zip from GitHub Releases, or you can download the source-code and compile it yourself

Run the executable

"PRTG Redis Sensor.exe" <ServerIPorHostname:Port> <Password?>

Example

  • "PRTG Redis Sensor.exe" myredis.domain.local:6379
  • "PRTG Redis Sensor.exe" myredis.domain.local:6379 somepassword

Add the sensor on PRTG

  1. Copy the binary PRTG Redis Sensor.exe to the custom sensors folder of the probe %programfiles(x86)%\PRTG Network Monitor\Custom Sensors\EXEXML\
  2. Add an EXE/Script Advanced sensor to a device
  3. Select PRTG Redis Sensor.exe from the EXE/Script list
  4. Set the parameters to pass to the executable (see the samples)

License

FOSSA Status

Packages

No packages published

Languages

  • C# 100.0%