diff options
author | James Hannah <james.hannah@bytemark.co.uk> | 2013-06-03 15:35:29 +0100 |
---|---|---|
committer | James Hannah <james.hannah@bytemark.co.uk> | 2013-06-03 15:35:29 +0100 |
commit | 65fcea0eac21f95fd4398006551c56bc6760e261 (patch) | |
tree | 4c7e7430aebf0a5995c895fdf3854e532550b499 /etc/mauveserver.conf | |
parent | de0102e4809c736091fd52bd83c70b716a72dd5a (diff) |
Added an SMS provider for clockworksms.com
Diffstat (limited to 'etc/mauveserver.conf')
-rw-r--r-- | etc/mauveserver.conf | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/etc/mauveserver.conf b/etc/mauveserver.conf index 4baec0a..75dfb68 100644 --- a/etc/mauveserver.conf +++ b/etc/mauveserver.conf @@ -75,8 +75,8 @@ notification_method("email") { # password "x" # } -# How to notify by SMS - we use aql.com, you'll need to write a module -# to use any other provider. +# How to notify by SMS - we use aql.com, a provider for clockworksms.com +# is also provided. For another provider, you'll need to write a module. # # notification_method("sms") { # provider "AQL" @@ -88,6 +88,16 @@ notification_method("email") { # # Maximum number of SMS messages to concatenate for one notification # max_messages_per_alert 3 # } +# +# notification_method("sms") { +# provider "Clockwork" +# +# apikey "sssseeeeeeccccccccrrrrreeeeeettttsssssss" +# from "01234567890" +# +# # Maximum number of SMS messages to concatenate for one notification +# max_messages_per_alert 3 +# } # Simple default notification preference for root at this machine, at all # alert levels. You probably want more people, see below for a more complete |