trellis_hetrixtools
Trellis HetrixTools Agent
Not maintained. We moved our monitoring to Nixstats and now use the Nixstats trellis role. If you want to maintain this role please send me an email
Install HetrixTools agent on Trellis servers
Requirements
- Ansible 2.3 or later
- Trellis
- HetrixTools account
- Ubuntu 16.04 (Xenial)
Role Variables
# group_vars/<environment>/main.yml
###################################
hetrixtools_config:
services: "nginx,mysql,php,fail2ban,ferm,cron,ntp,ssh"
Hacking Trellis' Playbook
Add this role to server.yml
after the last role:
roles:
# All other Trellis roles ...
- { role: wordpress-setup, tags: [wordpress, wordpress-setup, letsencrypt] }
- { role: trellis-hetrixtools, tags: [hetrixtools-php], when: sites_using_hetrixtools | count}
Limitations
- Only one HetrixTools Agent per server
Pull requests are welcomed.
See Also
Author Information
Trellis HetrixTools PHP Agent is a Steenbergen Design project and maintained by Arjan Steenbergen
Special thanks to the Roots team whose Trellis make this project possible, and TypistTech for the inspiration.
Full list of contributors can be found here.
Contributing
Please see CODE_OF_CONDUCT for details.
License
Trellis HetrixTools Agent is released under the MIT License.
Install
ansible-galaxy install Xilonz/trellis-hetrixtools
License
mit
Downloads
18
Owner