Skip to content

Commit

Permalink
feat: Harvest should monitor wafl.dir.size.warning (#3304)
Browse files Browse the repository at this point in the history
* feat: Harvest should monitor `wafl.dir.size.warning`
  • Loading branch information
cgrinds authored Nov 20, 2024
1 parent 2d6fe66 commit 0433bdc
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 61 deletions.
7 changes: 7 additions & 0 deletions conf/ems/9.6.0/ems.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,13 @@ events:
- parameters.mirror_config_id => mirror_config_id
- parameters.primary_config_id => primary_config_id

- name: wafl.dir.size.warning
exports:
- parameters.fileid => directory_inum
- parameters.vol => volume
- parameters.app => app
- parameters.volident => vol_ident

- name: wafl.readdir.expired
exports:
- parameters.app => app
Expand Down
Loading

0 comments on commit 0433bdc

Please sign in to comment.