ServerMon

Plugins

To download a plugin, simply execute the corresponding wget command. The server agent must already be installed. After downloading, open the script with a text editor (e.g. nano or vi) and follow the instructions. You would like to make your own plugin available to everyone. Write to us and we will publish it here.

FAIL2BAN

				
					wget -q --no-check-certificate -O /opt/servermon/plugins/fail2ban.sh https://servermon.io/sm-plugins/fail2ban.plugin && chown servermonagent:servermonagent /opt/servermon/plugins/fail2ban.sh && chmod 700 /opt/servermon/plugins/fail2ban.sh && echo "The plugin has been downloaded successfully. Now open it with a text editor and see the instructions."
				
			

MYSQLADMIN

				
					wget -q --no-check-certificate -O /opt/servermon/plugins/mysqladmin.sh https://servermon.io/sm-plugins/mysqladmin.plugin && chown servermonagent:servermonagent /opt/servermon/plugins/mysqladmin.sh && chmod 700 /opt/servermon/plugins/mysqladmin.sh && echo "The plugin has been downloaded successfully. Now open it with a text editor and see the instructions."
				
			

NGINX

				
					wget -q --no-check-certificate -O /opt/servermon/plugins/nginx.sh https://servermon.io/sm-plugins/nginx.plugin && chown servermonagent:servermonagent /opt/servermon/plugins/nginx.sh && chmod 700 /opt/servermon/plugins/nginx.sh && echo "The plugin has been downloaded successfully. Now open it with a text editor and see the instructions."
				
			

PHP-FPM

				
					wget -q --no-check-certificate -O /opt/servermon/plugins/php-fpm.sh https://servermon.io/sm-plugins/php-fpm.plugin && chown servermonagent:servermonagent /opt/servermon/plugins/php-fpm.sh && chmod 700 /opt/servermon/plugins/php-fpm.sh && echo "The plugin has been downloaded successfully. Now open it with a text editor and see the instructions."
				
			

PROXMOX

				
					wget -q --no-check-certificate -O /opt/servermon/plugins/proxmox.sh https://servermon.io/sm-plugins/proxmox.plugin && chown servermonagent:servermonagent /opt/servermon/plugins/proxmox.sh && chmod 700 /opt/servermon/plugins/proxmox.sh && echo "The plugin has been downloaded successfully. Now open it with a text editor and see the instructions."
				
			

REDIS

				
					wget -q --no-check-certificate -O /opt/servermon/plugins/redis.sh https://servermon.io/sm-plugins/redis.plugin && chown servermonagent:servermonagent /opt/servermon/plugins/redis.sh && chmod 700 /opt/servermon/plugins/redis.sh && echo "The plugin has been downloaded successfully. Now open it with a text editor and see the instructions."
				
			

SERVICE

				
					wget -q --no-check-certificate -O /opt/servermon/plugins/service.sh https://servermon.io/sm-plugins/service.plugin && chown servermonagent:servermonagent /opt/servermon/plugins/service.sh && chmod 700 /opt/servermon/plugins/service.sh && echo "The plugin has been downloaded successfully. Now open it with a text editor and see the instructions."
				
			

SMARTCTL

				
					wget -q --no-check-certificate -O /opt/servermon/plugins/smartctl.sh https://servermon.io/sm-plugins/smartctl.plugin && chown servermonagent:servermonagent /opt/servermon/plugins/smartctl.sh && chmod 700 /opt/servermon/plugins/smartctl.sh && echo "The plugin has been downloaded successfully. Now open it with a text editor and see the instructions."