diff options
Diffstat (limited to '')
-rw-r--r-- | health/health.d/bcache.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/health/health.d/bcache.conf b/health/health.d/bcache.conf index 3f92e80d..8492bb6c 100644 --- a/health/health.d/bcache.conf +++ b/health/health.d/bcache.conf @@ -12,7 +12,7 @@ component: Disk info: number of times data was read from the cache, \ the bucket was reused and invalidated in the last 10 minutes \ (when this occurs the data is reread from the backing device) - to: sysadmin + to: silent template: bcache_cache_dirty on: disk.bcache_cache_alloc @@ -26,4 +26,4 @@ component: Disk delay: up 1m down 1h multiplier 1.5 max 2h info: percentage of cache space used for dirty data and metadata \ (this usually means your SSD cache is too small) - to: sysadmin + to: silent |