I prepared several sensors using powershell and I would like to add description or link to the external procedure/documentation for Helpdesk. It will be used by administrators and help them to quickly perform the steps described in checking procedures in case of detecting an issue by PRTG ?
Is it possible in PRTG ?
Yours faithfully
WB
Article Comments
Dear Waldib
You could use the sensor comments field to enter plain text (no formatted text, nor HTML available.) You could enter the text manually, or use the API to set comments. The core of that API call looks like
/api/setobjectproperty.htm?id=2123&name=comments&value=Test%20Comment%0DSecond%20Line
Replace id=2123 with the according sensor ID.
Nov, 2016 - Permalink
Dear Waldib
You could use the sensor comments field to enter plain text (no formatted text, nor HTML available.) You could enter the text manually, or use the API to set comments. The core of that API call looks like
Replace id=2123 with the according sensor ID.
Nov, 2016 - Permalink