Skip to content

Commit f78d671

Browse files
committed
Made it use more realistic values.
1 parent 4ef0419 commit f78d671

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Monitoring/monitor-ontap-services/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Each rule should be an object with one, or more, of the following keys:
208208
},
209209
{
210210
"name": "",
211-
"severity": "notice|info|error|alert|emergency",
211+
"severity": "alert|emergency",
212212
"message": ""
213213
}
214214
]
@@ -217,13 +217,13 @@ Each rule should be an object with one, or more, of the following keys:
217217
"name": "snapmirror",
218218
"rules": [
219219
{
220-
"maxLagTime": 120
220+
"maxLagTime": 86400
221221
},
222222
{
223223
"healthy": false
224224
},
225225
{
226-
"stalledTransferSeconds": 60
226+
"stalledTransferSeconds": 600
227227
}
228228
]
229229
},
@@ -278,6 +278,7 @@ In the above example, it will alert on:
278278
- If any quota policies where the space utilization is more than 95% of the hard limit.
279279
- If any quota policies where the space utilization is more than 100% of the soft limit.
280280
- If any quota policies are showing any inode utilization more than 95%
281+
281282
A matching conditions file must be created and stored in the S3 bucket with the name given as the "conditionsFilename" configuration variable. Feel free to use the example above as a starting point. Note that you should ensure it is in valid JSON format, otherwise the program will fail to load the file. There are various programs and websites that can validate a JSON file for you.
282283

283284
## Author Information

0 commit comments

Comments
 (0)