only show ext4 disks
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
This commit is contained in:
parent
eef9e13a75
commit
f8c27ebf0e
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -19,7 +19,7 @@
|
|||
// Define blocks for the status feed as X(cmd, interval, signal).
|
||||
#define BLOCKS(X) \
|
||||
X("sb-packages", 1800, 8) \
|
||||
X("sb-disk", 900, 10) \
|
||||
X("sb-disk ext4", 900, 10) \
|
||||
X("sb-memory", 10, 14) \
|
||||
X("sb-cpu", 1, 18) \
|
||||
X("sb-nettraf", 1, 16) \
|
||||
|
|
Loading…
Add table
Reference in a new issue