Skip to content

Commit

Permalink
Merge pull request #223 from OpenAF/#222
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaguiar committed Mar 13, 2024
2 parents 1a39374 + d2dfb7f commit 4ff1ae4
Show file tree
Hide file tree
Showing 8 changed files with 802 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/inputs.disabled/yaml/05.files.processed.day.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
input:
name : RAID Files Processed by day in last 7 days
cron : "*/10 * * * *"
waitForFinish: true
onlyOnEvent : true
execFrom : nInput_FilesProcessed
execArgs :
key : FMS ADM
attrName: FilesProcessedByDay
number: 7

10 changes: 10 additions & 0 deletions config/inputs.disabled/yaml/05.files.processed.hour.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
input:
name : RAID Files Processed by hour in last 48h
cron : "*/10 * * * *"
waitForFinish: true
onlyOnEvent : true
execFrom : nInput_FilesProcessed
execArgs :
key : FMS ADM
attrName: FilesProcessedByHour
number: 48
11 changes: 11 additions & 0 deletions config/inputs.disabled/yaml/05.files.processed.twice.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
input:
name : RAID Files Processed more than once last 7 days
cron : "*/10 * * * *"
waitForFinish: true
onlyOnEvent : true
execFrom : nInput_FilesProcessed
execArgs :
key : FMS ADM
attrName: FilesProcessedMoreThanOnce
number: 7

11 changes: 11 additions & 0 deletions config/inputs.disabled/yaml/05.files.processederror.day.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
input:
name : RAID Files in Error by day in last 7 days
cron : "*/10 * * * *"
waitForFinish: true
onlyOnEvent : true
execFrom : nInput_FilesProcessed
execArgs :
key : FMS ADM
attrName: FilesInErrorByDay
number: 7

11 changes: 11 additions & 0 deletions config/inputs.disabled/yaml/05.files.processederror.hour.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
input:
name : RAID Files in Error by hour in last 48 hours
cron : "*/10 * * * *"
waitForFinish: true
onlyOnEvent : true
execFrom : nInput_FilesProcessed
execArgs :
key : FMS ADM
attrName: FilesInErrorByHour
number: 48

11 changes: 11 additions & 0 deletions config/inputs.disabled/yaml/05.files.processing.backlog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
input:
name : RAID Files Backlog by day in last 7 days
cron : "*/10 * * * *"
waitForFinish: true
onlyOnEvent : true
execFrom : nInput_FilesProcessed
execArgs :
key : FMS ADM
attrName: FilesBacklog
number: 7

Loading

0 comments on commit 4ff1ae4

Please sign in to comment.