cacti host template
- copy scripts file to under cacti's scripts directory
- import xml files
- edit some values as your needs
- for nginx status, put below config to nginx conf file
location /nginx-status {
stub_status on;
access_log off;
allow 10.0.0.0/8;
deny all;
}
- import xml file
- go to cacti console menu
- click data input method
- find & select "Tomcat status"
- change tomcat manager account information in Input strings
- done.