phlipper / chef-monit

Chef cookbook for monit package
http://phlippers.net/chef-monit
MIT License
67 stars 69 forks source link

Support 'using HOSTNAME' syntax #52

Closed ijin closed 10 years ago

ijin commented 10 years ago

This provides support for configuring monitrc with hostnames as per documentation:

SET MAILSERVER <hostname|ip-address [PORT number] [USERNAME string] [PASSWORD string] [using SSLAUTO|SSLV2|SSLV3|TLSV1|TLSV11|TLSV12] [CERTMD5 checksum]>, ...
                [with TIMEOUT X SECONDS]
                [using HOSTNAME hostname]
phlipper commented 10 years ago

@ijin thank you very much for this! I have rebased it on top of the latest master and merged it in as #54.