config.yaml 423 B

12345678910111213141516171819202122232425
  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 {{ server.hostname }}
  9. shell: ping {{ server.hostname }}
  10. icon: ping
  11. entity: server
  12. entities:
  13. - file: entities/servers.yaml
  14. name: server
  15. dashboards:
  16. - title: Empty Dashboard
  17. contents:
  18. - title: Ping {{ server.hostname }}