Litespeed Plugin
This plugin monitors a Litespeed webserver.
Dependencies
This plugin requires the requests
module. To add that module, run the pip install requests
command.
Configure the plugin
To enable the plugin, edit the /etc/agent360-custom.ini
file and add the following lines:
[litespeed]
enabled=yes
host=localhost
port=7080
username=admin
password=pass
Replace admin
with your administrator name and pass
with the administrator's password.
Test the plugin
To test this plugin, run the sudo -u agent360 agent360 test litespeed
command.
Now you can restart the agent with the service agent360 restart
command.
Updated 7 months ago