|
@@ -1270,6 +1270,20 @@ module.exports =
|
|
|
"serviceName": "GANGLIA",
|
|
|
"category": "Advanced"
|
|
|
},
|
|
|
+ /**********************************************FALCON***************************************/
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "falcon_dir",
|
|
|
+ "displayName": "Run directory for Falcon",
|
|
|
+ "description": "",
|
|
|
+ "defaultValue": "/var/run/falcon",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isVisible": true,
|
|
|
+ "isRequiredByAgent": true,
|
|
|
+ "serviceName": "FALCON",
|
|
|
+ "category": "Falcon"
|
|
|
+ },
|
|
|
/**********************************************STORM***************************************/
|
|
|
// @todo create real properties
|
|
|
{
|
|
@@ -1552,6 +1566,20 @@ module.exports =
|
|
|
"category": "Users and Groups",
|
|
|
"belongsToService":["STORM"]
|
|
|
},
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "falcon_user",
|
|
|
+ "displayName": "Falcon User",
|
|
|
+ "description": "User to run Falcon as",
|
|
|
+ "defaultValue": "falcon",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "user",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName":"MISC",
|
|
|
+ "category": "Users and Groups",
|
|
|
+ "belongsToService":["FALCON"]
|
|
|
+ },
|
|
|
{
|
|
|
"id": "puppet var",
|
|
|
"name": "rrdcached_base_dir",
|
|
@@ -1565,7 +1593,7 @@ module.exports =
|
|
|
"serviceName": "GANGLIA",
|
|
|
"category": "General",
|
|
|
"belongsToService":["GANGLIA"]
|
|
|
- },
|
|
|
+ }
|
|
|
|
|
|
]
|
|
|
};
|