ci(smoke): make custom modules emit text so the bar is not empty
The static custom modules used `exec: echo` (empty output), so the modules
rendered nothing and the bar strip was blank. Have exec print the label text
and use the default `{}` format.
This commit is contained in:
@@ -12,8 +12,7 @@
|
||||
"memory": {},
|
||||
"disk": {},
|
||||
"custom/hello": {
|
||||
"format": "ok",
|
||||
"exec": "echo",
|
||||
"exec": "echo ok",
|
||||
"interval": "once"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user