Summary
Obtains the memory load of a remote computer. Optionally, sets a threshold.
Syntax
plugin:CheckMemoryLoad(IP, %)Parameters
IP : Single IP address. % : Threshold. Percentage.Description
This plugin gets the memory load of a remote computer. If the memory load is higher than the threshold, an error is triggered. The default threshold is 90%.
Important: This plugin requires Reactor to be running on the target computer.
To create a monitor:- Go to Monitors and click Add
- Enter name and URL such as:
plugin:CheckMemoryLoad(192.168.1.44, 70)
Related Topics