File tree 1 file changed +17
-16
lines changed
1 file changed +17
-16
lines changed Original file line number Diff line number Diff line change 17
17
"port" : 3306
18
18
},
19
19
20
- # apache
21
- "apache " : {
20
+ # starman
21
+ "starman " : {
22
22
"maxMemory" : 100000000,
23
23
"connectionTimeout" : 30,
24
24
"defaultHostname" : "localhost",
25
- "nginxPort" : 80,
26
- "modperlPort" : 8081
25
+ "port" : 8081,
26
+ },
27
+
28
+ # nginx
29
+ "nginx" : {
30
+ "connectionTimeout" : 30,
31
+ "defaultHostname" : "localhost",
32
+ "port" : 80,
27
33
},
28
34
29
35
# utilities
66
72
"wreMonitor" : {
67
73
"notify" : ["root@localhost"],
68
74
"mysqlAdministrativelyDown" : 1,
69
- "modperlAdministrativelyDown " : 1,
75
+ "starmanAdministrativelyDown " : 1,
70
76
"nginxAdministrativelyDown" : 1,
71
77
"spectreAdministrativelyDown" : 1,
72
78
"items" : {
73
- "maxTotalWorkflows" : 1000,
74
- "maxWorkflowsPerSite" : 100,
75
- "maxWorkflowPriority" : 100,
76
- "nginx" : 1,
77
- "modperl " : 1,
78
- "runaway" : 1,
79
+ "maxTotalWorkflows" : 1000,
80
+ "maxWorkflowsPerSite" : 100,
81
+ "maxWorkflowPriority" : 100,
82
+ "nginx" : 1,
83
+ "starman " : 1,
84
+ "runaway" : 1,
79
85
"mysql" : 1,
80
86
"spectre" : 1
81
87
}
119
125
}
120
126
},
121
127
122
- # logs
123
- "logs" : {
124
- "rotations" : 3
125
- },
126
-
127
128
# web stats
128
129
"webstats" : {
129
130
"hostname" : "webstats.example.com",
You can’t perform that action at this time.
0 commit comments