forked from proofpoint/cmdb-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cmdb.cfg
39 lines (39 loc) · 1.22 KB
/
cmdb.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"highlight_color":"forestgreen",
"highlight_options":"darkcyan goldenrod green blue red forestgreen maroon dimgray",
"logo":"<img src='path/to/your/image/file.jpg'>",
"cmdb_api_path": "/cmdb_api/v1/",
'lexicon_path': '/pp_lexicon.xml',
'title': 'CMDB',
"nagios" : false,
"nagios_path": "/nagui/",
"nagios_live_path" : "/nagui/nagios_live.cgi",
"jira" : true,
"jira_path" : "/jira_api/v1/",
"jiraRESTbridge" : false,
"jira_host": "jira.example.com",
"rundeck_api": false,
"rundeck_path": '/rundeck',
'rundeck_puppet_job_id' : '7abc9f3a-de02-43d8-a423-7569b4267542',
"rundeck_api_token": 'C7PDSS2p270Dp7d7vNC38241DsnOD1vK',
"pcm_api" : false,
"pcm_api_path" : "/pcm_api/",
"env_api" : false,
"env_api_path": "/env/",
"default_environment": "lab",
"graphite": {
"enable": true,
"metricsPrefix": "*",
"defaultMetric": "cpu-avg.cpu-user.value",
"metricsPath": "/metrics/",
"path" : "/render/",
"enableTemplates": true,
"defaultTemplate": "Linux Server"
},
"enableLogStash":false,
"logstashpath": "/logstash/",
"enableSplunk": false,
"splunkPath":"/services/search/jobs",
"splunk_server":"https://splunk.example.com:8000/en-US/app/search/flashtimeline/?earliest=-24h%40h&latest=now&q=",
"logstash_server": ''
}