PrtgAPI.CustomSensors

0.2.2

Helper library for creating PRTG sensor XML output

The owner has unlisted this package. This could mean that the module is deprecated or shouldn't be used anymore.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PrtgAPI.CustomSensors -RequiredVersion 0.2.2

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PrtgAPI.CustomSensors -Version 0.2.2

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2017 lordmilko. All rights reserved.

Package Details

Author(s)

  • lordmilko

Tags

Prtg Custom Sensors EXE Script Advanced XML

Functions

Prtg Result Text Error Channel Value Unit CustomUnit SpeedSize VolumeSize SpeedTime Mode Float DecimalMode Warning ShowChart ShowTable LimitMaxError LimitMaxWarning LimitMinWarning LimitMinError LimitErrorMsg LimitWarningMsg LimitMode ValueLookup NotifyChanged

Dependencies

This module has no dependencies.

Release Notes

-Fixed a bug wherein a value of 0 would result in an empty tag

PrtgAPI.CustomSensors is a PowerShell module for generating the XML output required by EXE/Script Advanced sensors.

Typically, to generate a response with one channel the following XML is required

<Prtg>
       <Result>
               <Channel>First Channel</Channel>
               <Value>10</Value>
       </Result>
</Prtg>

The equivalent XML can be generated as follows via PrtgAPI.CustomSensors

Prtg {
       Result {
               Channel "First Channel"
               Value 10
       }
}

All tags supported by EXE/Script Advanced sensors are supported by PrtgAPI.CustomSensors. For additional information please see the Project Site.

FileList

Version History

Version Downloads Last updated