first commit

Adding scripts Primitives "install" " delete" "upgrade" and nginx conf
This commit is contained in:
Jeremy MANSON
2016-03-07 10:19:14 +01:00
parent c8ece66482
commit 93a05133b0
6 changed files with 111 additions and 0 deletions

32
manifest.json Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "Shinken",
"id": "shinken",
"description": {
"en": "Shinken is an open source computer system and network monitoring software application compatible with Nagios. It watches hosts and services, gathers performance data and alerts users when error conditions occur and again when the conditions clear."
},
"developer": {
"name": "Jeremy MANSON",
"email": "jeremy.manson@jmanson.fr",
"url": "https://www.jmanson.fr"
},
"multi_instance": "false",
"arguments": {
"install": [
{
"name": "domain",
"ask": {
"en": "Choose a domain for Shinken"
},
"example": "domain.org"
},
{
"name": "path",
"ask": {
"en": "Choose a path for Shinken"
},
"example": "/shinken",
"default": "/shinken"
}
]
}
}