2014-03-25 16:28:05 +00:00
|
|
|
{
|
2014-03-25 16:53:13 +00:00
|
|
|
"defaultStacks": [
|
|
|
|
"monitoring"
|
|
|
|
],
|
2014-03-25 16:28:05 +00:00
|
|
|
"packages": {
|
2014-03-31 13:42:47 +00:00
|
|
|
"alerta": {
|
2014-03-26 17:32:54 +00:00
|
|
|
"type": "rpm",
|
2014-03-25 16:28:05 +00:00
|
|
|
"data": {
|
2014-04-01 13:01:57 +00:00
|
|
|
"user": "alerta",
|
2014-03-25 16:28:05 +00:00
|
|
|
"port": "8080",
|
2014-03-31 14:53:33 +00:00
|
|
|
"healthcheckPaths": [
|
2014-04-03 12:23:27 +00:00
|
|
|
"/_"
|
2014-03-26 17:32:54 +00:00
|
|
|
],
|
|
|
|
"services": ["httpd"],
|
2014-04-03 12:23:27 +00:00
|
|
|
"serviceCommand": "reload",
|
|
|
|
"noFileDigest": true
|
2014-03-26 17:32:54 +00:00
|
|
|
}
|
|
|
|
},
|
2014-03-31 13:42:47 +00:00
|
|
|
"alerta-extras": {
|
2014-03-26 17:32:54 +00:00
|
|
|
"type": "rpm",
|
2014-03-26 18:32:14 +00:00
|
|
|
"apps" : ["alerta"],
|
2014-03-26 17:32:54 +00:00
|
|
|
"data": {
|
2014-04-01 13:01:57 +00:00
|
|
|
"user": "alerta",
|
2014-03-26 17:32:54 +00:00
|
|
|
"services": [
|
2014-03-31 13:42:47 +00:00
|
|
|
"alert-cloudwatch",
|
2014-03-26 17:32:54 +00:00
|
|
|
"alert-dynect",
|
|
|
|
"alert-ircbot",
|
|
|
|
"alert-logger",
|
|
|
|
"alert-mailer",
|
|
|
|
"alert-pagerduty",
|
|
|
|
"alert-pinger",
|
|
|
|
"alert-solarwinds",
|
|
|
|
"alert-syslog",
|
|
|
|
"alert-urlmon"
|
2014-03-26 17:33:58 +00:00
|
|
|
]
|
2014-03-25 16:28:05 +00:00
|
|
|
}
|
|
|
|
}
|
2014-03-31 15:11:19 +00:00
|
|
|
},
|
|
|
|
"recipes": {
|
|
|
|
"default": {
|
|
|
|
"depends": ["alerta", "extras"]
|
|
|
|
},
|
|
|
|
"alerta": {
|
|
|
|
"actionsPerHost": ["alerta.deploy"]
|
|
|
|
},
|
|
|
|
"extras": {
|
|
|
|
"actionsPerHost": ["alerta-extras.deploy"]
|
|
|
|
}
|
2014-03-25 16:28:05 +00:00
|
|
|
}
|
2014-03-25 16:53:13 +00:00
|
|
|
}
|