0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-02-23 21:27:57 +00:00
alerta_alerta/contrib/riffraff/deploy.json

51 lines
1.3 KiB
JSON
Raw Permalink Normal View History

{
2014-03-25 16:53:13 +00:00
"defaultStacks": [
"monitoring"
],
"packages": {
2014-03-31 13:42:47 +00:00
"alerta": {
"type": "rpm",
"data": {
2014-04-01 13:01:57 +00:00
"user": "alerta",
"port": "8080",
2014-03-31 14:53:33 +00:00
"healthcheckPaths": [
"/_"
],
"services": ["httpd"],
"serviceCommand": "reload",
"noFileDigest": true
}
},
2014-03-31 13:42:47 +00:00
"alerta-extras": {
"type": "rpm",
2014-03-26 18:32:14 +00:00
"apps" : ["alerta"],
"data": {
2014-04-01 13:01:57 +00:00
"user": "alerta",
"services": [
2014-03-31 13:42:47 +00:00
"alert-cloudwatch",
"alert-dynect",
"alert-ircbot",
"alert-logger",
"alert-mailer",
"alert-pagerduty",
"alert-pinger",
"alert-solarwinds",
"alert-syslog",
"alert-urlmon"
]
}
}
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:53:13 +00:00
}