config.yaml 352 B

123456789101112131415161718192021
  1. logLevel: debug
  2. actions:
  3. - title: Check status
  4. id: status_command
  5. shell: |
  6. date
  7. icon: poop
  8. dashboards:
  9. - title: Test Dashboard
  10. contents:
  11. - title: Status Section
  12. type: fieldset
  13. contents:
  14. - type: stdout-most-recent-execution
  15. title: status_command
  16. - title: Check status