Redpeaks V6.8
Trouble shooting
Monitors Guide
Trouble shooting
Monitors Guide
Configuration tips & tricks common to most monitors
syntax | effect | example |
---|---|---|
* or .* | Matches any string | |
abc | Matches any string containing abc | admin matches superadmin |
abc,xyz,… | A coma separated list, matches any string containing at least one member | admin,extended matches extended_user |
!abc | Matches any string not containing abc | !admin does not match superadmin |
!abc,!xyz,… | A coma separated list of exclusions | !admin,!extended does not match admin_user |
abc+xyz+… | Match string only containing all members | admin+user does not match admin_password |
Regexp | Match strings matching a valid regular expression | admin.* matches admin_password |
Note:
abc*
does not match any string starting with abc
abc.*
(as per regex syntax)DISABLED
as severityShortdumps
Active | Instance | Client | Error Id | Report | Time period (min) | Max dumps | Aggregates | Severity | Auto clear | Alarm tag | Alarm | Metric | Report |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
true | * | 800 | * | * | 15 | 10 | true | DISABLED | true | true | false | true | |
true | * | * | * | Z_FI_REPORT | 15 | 10 | true | DISABLED | true | true | false | true | |
true | * | * | * | * | 15 | 10 | true | WARNING | true | true | false | true |