PrtgXml
0.1.0
Declarative syntax library for generating custom PRTG Network Monitor sensor XML
Installation Options
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
PrtgXml is a PowerShell library that provides a declarative syntax for creating EXE/Script Advanced sensors in PRTG Network Monitor.
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 PrtgXml
Prtg {
Result {
Channel "First Channel"
Value 10
}
}
All tags supported by EXE/Script Advanced sensors are supported by PrtgXml. For additional information please see the Project Site.
Note: if you were previously using this package under its previous name (PrtgAPI.CustomSensors) you will need to uninstall that package first before you can install this one.
FileList
- PrtgXml.nuspec
- about_PrtgXml.help.txt
- PrtgXml-help.xml
- PrtgXml.psd1
- PrtgXml.psm1
Version History
Version | Downloads | Last updated |
---|---|---|
0.1.0 (current version) | 141,533 | 8/3/2019 |