Skip to content

Commit 4bf3bd3

Browse files
committed
Add: header now show OpsBro 6 topics with links between thems (color like)
Enh: split CLI into the keyworks, will be easier to show topics in the packs and CLI if splitted
1 parent 4a29dac commit 4bf3bd3

File tree

26 files changed

+639
-406
lines changed

26 files changed

+639
-406
lines changed

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ You should declare a json object like:
134134
detector:
135135
interval: 10s
136136
apply_if: "grep('centos', '/etc/redhat-release')"
137-
groups: ["linux", "centos"]
137+
add_groups: ["linux", "centos"]
138138

139139

140140
* Execute every 10 seconds
@@ -199,10 +199,6 @@ For example here is a cpu check on a linux server:
199199
warning_if: "{collector.cpustats.cpuall.%idle} < {configuration.thresholds.cpuidle.warning}"
200200
warning_output: "'Warning: cpu is very high: %s%%' % (100-{collector.cpustats.cpuall.%idle})"
201201
202-
thresholds :
203-
cpuidle :
204-
warning: 5
205-
critical: 1
206202

207203

208204

0 commit comments

Comments
 (0)