mirror of
https://github.com/alerta/alerta.git
synced 2025-01-30 19:46:21 +00:00
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"defaultStacks": [
|
|
"monitoring"
|
|
],
|
|
"packages": {
|
|
"alerta": {
|
|
"type": "rpm",
|
|
"data": {
|
|
"user": "alerta",
|
|
"port": "8080",
|
|
"healthcheckPaths": [
|
|
"/_"
|
|
],
|
|
"services": ["httpd"],
|
|
"serviceCommand": "reload",
|
|
"noFileDigest": true
|
|
}
|
|
},
|
|
"alerta-extras": {
|
|
"type": "rpm",
|
|
"apps" : ["alerta"],
|
|
"data": {
|
|
"user": "alerta",
|
|
"services": [
|
|
"alert-cloudwatch",
|
|
"alert-dynect",
|
|
"alert-ircbot",
|
|
"alert-logger",
|
|
"alert-mailer",
|
|
"alert-pagerduty",
|
|
"alert-pinger",
|
|
"alert-solarwinds",
|
|
"alert-syslog",
|
|
"alert-urlmon"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"recipes": {
|
|
"default": {
|
|
"depends": ["alerta", "extras"]
|
|
},
|
|
"alerta": {
|
|
"actionsPerHost": ["alerta.deploy"]
|
|
},
|
|
"extras": {
|
|
"actionsPerHost": ["alerta-extras.deploy"]
|
|
}
|
|
}
|
|
}
|