config.yaml 294 B

123456789101112131415161718192021
  1. #
  2. # Integration Test Config: emptyDashboardsAreHidden
  3. #
  4. listenAddressSingleHTTPFrontend: 0.0.0.0:1337
  5. logLevel: "DEBUG"
  6. checkForUpdates: false
  7. actions:
  8. - title: Ping
  9. shell: ping example.com
  10. icon: ping
  11. entity: server
  12. dashboards:
  13. - title: Empty Dashboard
  14. contents: []