Summary
Checks if Deskman is running on a remote computer.
Syntax
plugin:CheckDeskman(IP)Parameters
IP : Single IP address, or multiple IP addresses, comma separated.
Description
This plugin allows you to monitor Deskman on remote computers. If the IP responds, and Deskman is not running, an error is triggered. If the IP does not respond, no errors are triggered. If Deskman responds, the active profile is returned.
Important: Deskman must have the web interface enabled in order to answer petitions from Reactor.
To create a monitor:- Go to Monitors and click Add
- Enter name and URL such as:
plugin:CheckDeskman(192.168.1.44)
Advanced
To monitor many IP addresses, edit the plugin, and modify the staticHostnameList variable, as follows:
local staticHostnameList = {"192.168.1.5", "192.168.1.13", "10.0.0.22"}
Related Topics