Skip to content

Commit

Permalink
Enh : better SMS things definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
naparuba committed Oct 31, 2011
1 parent 030cab3 commit 2565a95
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions etc/shinken-specific.cfg
Expand Up @@ -100,13 +100,6 @@ define reactionner{
}


# Reactionner can be launched under an android device
# and can be used to send SMS with this module
define module{
module_name AndroidSMS
module_type android_sms
}



#The broker manages data export (in flat file or in database)
Expand Down Expand Up @@ -642,7 +635,7 @@ define realm{
# be send to this reactionner, no mail things.
#define reactionner{
# reactionner_name reactionner-Android
# address localhost
# address IPOFYOURANDROIDPHONE
# port 7769
# spare 0
#
Expand All @@ -659,3 +652,12 @@ define realm{
# #optionnal
# realm All
# }


# Reactionner can be launched under an android device
# and can be used to send SMS with this module
define module{
module_name AndroidSMS
module_type android_sms
}

0 comments on commit 2565a95

Please sign in to comment.