Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 2.22 KB

README.md

File metadata and controls

33 lines (20 loc) · 2.22 KB

logo PowerShell for PRTG - PoShPRTG

Plattform Information
PowerShell gallery PowerShell Gallery PowerShell Gallery PowerShell Gallery
GitHub GitHub release GitHub
GitHub issues
GitHub last commit (branch)
GitHub last commit (branch)

Description

Welcome to the developing repository for PoShPRTG module. PoShPRTG is a comprehensive module for administering PRTG NETWORK MONITOR (www.paessler.com/prtg).

It eases the rollout-/deployment process for new machines and managment of existing machines with all there sensors. The shipped cmdlets are used to call the PRTG API (http://prtg.paessler.com/api.htm?username=demo&password=demodemo)

All cmdlets are build with

  • powershell regular verbs
  • mostly with pipeling availabilties
  • comprehensive logging on verbose and debug channel

The idea for the module was born while maintaining quiete a large deployment of PRTG installation in my job at abtis GmbH (www.abtis.de)

I startet to dig into the API documentation and write some powershell functions after work, just for fun and hopefully easy of work. After then the collection of functions was growing and growing so I decided to put them together in this module.

Hopefully some other people may benefit from my work and investigation.