├── docs ├── latest ├── 0.24 │ ├── files │ │ ├── postinst.sh │ │ ├── default_handler.json │ │ ├── client.json │ │ ├── simple-sensu-config.json │ │ ├── check_disk.json │ │ ├── dashboard.json │ │ ├── simple-dashboard-config.json │ │ ├── config.json │ │ └── simple-client-config.json │ ├── img │ │ ├── sensu-diagram.gif │ │ ├── sensu-transport.png │ │ ├── enterprise-dashboard-hud.png │ │ ├── five-minute-dashboard-1.png │ │ ├── five-minute-dashboard-2.png │ │ ├── enterprise-dashboard-github-app.png │ │ ├── enterprise-dashboard-gitlab-app.png │ │ ├── enterprise-dashboard-collections.png │ │ ├── enterprise-dashboard-github-secret.png │ │ ├── enterprise-dashboard-gitlab-secret.png │ │ └── enterprise-dashboard-overview-screenshot.png │ ├── enterprise │ │ ├── console │ │ │ └── index.haml │ │ ├── index.haml │ │ └── filters │ │ │ └── index.haml │ ├── guides │ │ ├── index.haml │ │ └── getting-started │ │ │ └── index.haml │ ├── platforms │ │ └── index.haml │ ├── overview │ │ └── index.haml │ ├── api │ │ └── index.haml │ ├── quick-start │ │ └── index.haml │ ├── installation │ │ └── index.haml │ └── reference │ │ └── index.haml ├── 0.25 │ ├── files │ │ ├── postinst.sh │ │ ├── default_handler.json │ │ ├── client.json │ │ ├── simple-sensu-config.json │ │ ├── check_disk.json │ │ ├── dashboard.json │ │ ├── simple-dashboard-config.json │ │ ├── config.json │ │ └── simple-client-config.json │ ├── img │ │ ├── sensu-diagram.gif │ │ ├── sensu-transport.png │ │ ├── enterprise-dashboard-hud.png │ │ ├── five-minute-dashboard-1.png │ │ ├── five-minute-dashboard-2.png │ │ ├── enterprise-dashboard-github-app.png │ │ ├── enterprise-dashboard-gitlab-app.png │ │ ├── enterprise-dashboard-collections.png │ │ ├── enterprise-dashboard-github-secret.png │ │ ├── enterprise-dashboard-gitlab-secret.png │ │ └── enterprise-dashboard-overview-screenshot.png │ ├── enterprise │ │ ├── console │ │ │ └── index.haml │ │ ├── index.haml │ │ └── filters │ │ │ └── index.haml │ ├── guides │ │ ├── index.haml │ │ └── getting-started │ │ │ └── index.haml │ ├── platforms │ │ └── index.haml │ ├── overview │ │ └── index.haml │ ├── api │ │ └── index.haml │ ├── quick-start │ │ └── index.haml │ ├── installation │ │ └── index.haml │ └── reference │ │ └── index.haml ├── 0.26 │ ├── files │ │ ├── postinst.sh │ │ ├── default_handler.json │ │ ├── client.json │ │ ├── simple-sensu-config.json │ │ ├── check_disk.json │ │ ├── dashboard.json │ │ ├── simple-dashboard-config.json │ │ ├── config.json │ │ └── simple-client-config.json │ ├── img │ │ ├── sensu-diagram.gif │ │ ├── sensu-transport.png │ │ ├── enterprise-dashboard-hud.png │ │ ├── five-minute-dashboard-1.png │ │ ├── five-minute-dashboard-2.png │ │ ├── enterprise-dashboard-github-app.png │ │ ├── enterprise-dashboard-gitlab-app.png │ │ ├── enterprise-dashboard-collections.png │ │ ├── enterprise-dashboard-github-secret.png │ │ ├── enterprise-dashboard-gitlab-secret.png │ │ └── enterprise-dashboard-overview-screenshot.png │ ├── enterprise │ │ ├── rbac │ │ │ └── index.haml │ │ ├── index.haml │ │ └── filters │ │ │ └── index.haml │ ├── guides │ │ ├── index.haml │ │ └── getting-started │ │ │ └── index.haml │ ├── platforms │ │ └── index.haml │ ├── overview │ │ └── index.haml │ ├── api │ │ └── index.haml │ ├── quick-start │ │ └── index.haml │ ├── installation │ │ └── index.haml │ └── reference │ │ └── index.haml ├── 0.27 │ ├── files │ │ ├── postinst.sh │ │ ├── default_handler.json │ │ ├── client.json │ │ ├── simple-sensu-config.json │ │ ├── check_disk.json │ │ ├── dashboard.json │ │ ├── simple-dashboard-config.json │ │ ├── config.json │ │ └── simple-client-config.json │ ├── img │ │ ├── sensu-diagram.gif │ │ ├── sensu-transport.png │ │ ├── enterprise-dashboard-hud.png │ │ ├── five-minute-dashboard-1.png │ │ ├── five-minute-dashboard-2.png │ │ ├── enterprise-dashboard-github-app.png │ │ ├── enterprise-dashboard-gitlab-app.png │ │ ├── enterprise-dashboard-collections.png │ │ ├── enterprise-dashboard-github-secret.png │ │ ├── enterprise-dashboard-gitlab-secret.png │ │ └── enterprise-dashboard-overview-screenshot.png │ ├── enterprise │ │ ├── rbac │ │ │ └── index.haml │ │ ├── index.haml │ │ └── filters │ │ │ └── index.haml │ ├── guides │ │ ├── index.haml │ │ └── getting-started │ │ │ └── index.haml │ ├── platforms │ │ └── index.haml │ ├── overview │ │ └── index.haml │ ├── api │ │ └── index.haml │ ├── quick-start │ │ └── index.haml │ ├── installation │ │ └── index.haml │ └── reference │ │ └── index.haml ├── 0.28 │ ├── files │ │ ├── postinst.sh │ │ ├── default_handler.json │ │ ├── client.json │ │ ├── simple-sensu-config.json │ │ ├── check_disk.json │ │ ├── dashboard.json │ │ ├── simple-dashboard-config.json │ │ ├── config.json │ │ └── simple-client-config.json │ ├── img │ │ ├── sensu-diagram.gif │ │ ├── sensu-transport.png │ │ ├── enterprise-dashboard-hud.png │ │ ├── five-minute-dashboard-1.png │ │ ├── five-minute-dashboard-2.png │ │ ├── enterprise-dashboard-github-app.png │ │ ├── enterprise-dashboard-gitlab-app.png │ │ ├── enterprise-dashboard-collections.png │ │ ├── enterprise-dashboard-github-secret.png │ │ ├── enterprise-dashboard-gitlab-secret.png │ │ ├── enterprise-dashboard-oidc-pingfederate-1.png │ │ ├── enterprise-dashboard-oidc-pingfederate-2.png │ │ ├── enterprise-dashboard-oidc-pingfederate-3.png │ │ ├── enterprise-dashboard-oidc-pingfederate-4.png │ │ ├── enterprise-dashboard-oidc-pingfederate-5.png │ │ └── enterprise-dashboard-overview-screenshot.png │ ├── enterprise │ │ ├── rbac │ │ │ └── index.haml │ │ ├── index.haml │ │ └── filters │ │ │ └── index.haml │ ├── guides │ │ ├── index.haml │ │ └── getting-started │ │ │ └── index.haml │ ├── platforms │ │ └── index.haml │ ├── overview │ │ └── index.haml │ ├── api │ │ └── index.haml │ ├── quick-start │ │ └── index.haml │ ├── installation │ │ └── index.haml │ └── reference │ │ └── index.haml ├── 0.29 │ ├── files │ │ ├── postinst.sh │ │ ├── default_handler.json │ │ ├── client.json │ │ ├── simple-sensu-config.json │ │ ├── check_disk.json │ │ ├── dashboard.json │ │ ├── simple-dashboard-config.json │ │ ├── config.json │ │ └── simple-client-config.json │ ├── img │ │ ├── sensu-diagram.gif │ │ ├── sensu-transport.png │ │ ├── enterprise-dashboard-hud.png │ │ ├── five-minute-dashboard-1.png │ │ ├── five-minute-dashboard-2.png │ │ ├── enterprise-dashboard-github-app.png │ │ ├── enterprise-dashboard-gitlab-app.png │ │ ├── enterprise-dashboard-collections.png │ │ ├── enterprise-dashboard-github-secret.png │ │ ├── enterprise-dashboard-gitlab-secret.png │ │ ├── enterprise-dashboard-oidc-pingfederate-1.png │ │ ├── enterprise-dashboard-oidc-pingfederate-2.png │ │ ├── enterprise-dashboard-oidc-pingfederate-3.png │ │ ├── enterprise-dashboard-oidc-pingfederate-4.png │ │ ├── enterprise-dashboard-oidc-pingfederate-5.png │ │ └── enterprise-dashboard-overview-screenshot.png │ ├── enterprise │ │ ├── rbac │ │ │ └── index.haml │ │ ├── index.haml │ │ └── filters │ │ │ └── index.haml │ ├── guides │ │ ├── index.haml │ │ └── getting-started │ │ │ └── index.haml │ ├── platforms │ │ └── index.haml │ ├── overview │ │ └── index.haml │ ├── api │ │ └── index.haml │ ├── quick-start │ │ └── index.haml │ ├── installation │ │ └── index.haml │ └── reference │ │ └── index.haml ├── 1.0 │ ├── files │ │ ├── postinst.sh │ │ ├── default_handler.json │ │ ├── client.json │ │ ├── check_disk.json │ │ ├── simple-sensu-config.json │ │ ├── dashboard.json │ │ ├── simple-dashboard-config.json │ │ ├── config.json │ │ └── simple-client-config.json │ ├── img │ │ ├── .!61514!sensu-diagram.gif │ │ ├── .!61515!sensu-transport.png │ │ ├── .!61512!five-minute-dashboard-1.png │ │ ├── .!61513!five-minute-dashboard-2.png │ │ ├── .!61505!enterprise-dashboard-hud.png │ │ ├── .!61500!enterprise-dashboard-collections.png │ │ ├── .!61501!enterprise-dashboard-github-app.png │ │ ├── .!61503!enterprise-dashboard-gitlab-app.png │ │ ├── .!61502!enterprise-dashboard-github-secret.png │ │ ├── .!61504!enterprise-dashboard-gitlab-secret.png │ │ ├── .!61506!enterprise-dashboard-oidc-pingfederate-1.png │ │ ├── .!61507!enterprise-dashboard-oidc-pingfederate-2.png │ │ ├── .!61508!enterprise-dashboard-oidc-pingfederate-3.png │ │ ├── .!61509!enterprise-dashboard-oidc-pingfederate-4.png │ │ ├── .!61510!enterprise-dashboard-oidc-pingfederate-5.png │ │ ├── .!61511!enterprise-dashboard-overview-screenshot.png │ │ ├── sensu-diagram.gif │ │ ├── sensu-transport.png │ │ ├── enterprise-dashboard-hud.png │ │ ├── five-minute-dashboard-1.png │ │ ├── five-minute-dashboard-2.png │ │ ├── enterprise-dashboard-collections.png │ │ ├── enterprise-dashboard-github-app.png │ │ ├── enterprise-dashboard-gitlab-app.png │ │ ├── enterprise-dashboard-github-secret.png │ │ ├── enterprise-dashboard-gitlab-secret.png │ │ ├── enterprise-dashboard-oidc-pingfederate-1.png │ │ ├── enterprise-dashboard-oidc-pingfederate-2.png │ │ ├── enterprise-dashboard-oidc-pingfederate-3.png │ │ ├── enterprise-dashboard-oidc-pingfederate-4.png │ │ ├── enterprise-dashboard-oidc-pingfederate-5.png │ │ └── enterprise-dashboard-overview-screenshot.png │ ├── enterprise │ │ ├── rbac │ │ │ └── index.haml │ │ ├── index.haml │ │ └── filters │ │ │ └── index.haml │ ├── platforms │ │ └── index.haml │ ├── guides │ │ ├── getting-started │ │ │ └── index.haml │ │ └── index.haml │ ├── overview │ │ └── index.haml │ ├── api │ │ └── index.haml │ ├── installation │ │ └── index.haml │ ├── quick-start │ │ └── index.haml │ └── reference │ │ └── index.haml ├── 1.1 │ ├── files │ │ ├── postinst.sh │ │ ├── default_handler.json │ │ ├── client.json │ │ ├── check_disk.json │ │ ├── simple-sensu-config.json │ │ ├── dashboard.json │ │ ├── simple-dashboard-config.json │ │ ├── config.json │ │ └── simple-client-config.json │ ├── img │ │ ├── .!27631!sensu-diagram.gif │ │ ├── .!61514!sensu-diagram.gif │ │ ├── .!27632!sensu-transport.png │ │ ├── .!61515!sensu-transport.png │ │ ├── .!27629!five-minute-dashboard-1.png │ │ ├── .!27630!five-minute-dashboard-2.png │ │ ├── .!61512!five-minute-dashboard-1.png │ │ ├── .!61513!five-minute-dashboard-2.png │ │ ├── .!27622!enterprise-dashboard-hud.png │ │ ├── .!61505!enterprise-dashboard-hud.png │ │ ├── .!27617!enterprise-dashboard-collections.png │ │ ├── .!27618!enterprise-dashboard-github-app.png │ │ ├── .!27620!enterprise-dashboard-gitlab-app.png │ │ ├── .!61500!enterprise-dashboard-collections.png │ │ ├── .!61501!enterprise-dashboard-github-app.png │ │ ├── .!61503!enterprise-dashboard-gitlab-app.png │ │ ├── .!27619!enterprise-dashboard-github-secret.png │ │ ├── .!27621!enterprise-dashboard-gitlab-secret.png │ │ ├── .!61502!enterprise-dashboard-github-secret.png │ │ ├── .!61504!enterprise-dashboard-gitlab-secret.png │ │ ├── .!27623!enterprise-dashboard-oidc-pingfederate-1.png │ │ ├── .!27624!enterprise-dashboard-oidc-pingfederate-2.png │ │ ├── .!27625!enterprise-dashboard-oidc-pingfederate-3.png │ │ ├── .!27626!enterprise-dashboard-oidc-pingfederate-4.png │ │ ├── .!27627!enterprise-dashboard-oidc-pingfederate-5.png │ │ ├── .!27628!enterprise-dashboard-overview-screenshot.png │ │ ├── .!61506!enterprise-dashboard-oidc-pingfederate-1.png │ │ ├── .!61507!enterprise-dashboard-oidc-pingfederate-2.png │ │ ├── .!61508!enterprise-dashboard-oidc-pingfederate-3.png │ │ ├── .!61509!enterprise-dashboard-oidc-pingfederate-4.png │ │ ├── .!61510!enterprise-dashboard-oidc-pingfederate-5.png │ │ ├── .!61511!enterprise-dashboard-overview-screenshot.png │ │ ├── sensu-diagram.gif │ │ ├── sensu-transport.png │ │ ├── enterprise-dashboard-hud.png │ │ ├── five-minute-dashboard-1.png │ │ ├── five-minute-dashboard-2.png │ │ ├── enterprise-dashboard-collections.png │ │ ├── enterprise-dashboard-github-app.png │ │ ├── enterprise-dashboard-gitlab-app.png │ │ ├── enterprise-dashboard-github-secret.png │ │ ├── enterprise-dashboard-gitlab-secret.png │ │ ├── enterprise-dashboard-oidc-pingfederate-1.png │ │ ├── enterprise-dashboard-oidc-pingfederate-2.png │ │ ├── enterprise-dashboard-oidc-pingfederate-3.png │ │ ├── enterprise-dashboard-oidc-pingfederate-4.png │ │ ├── enterprise-dashboard-oidc-pingfederate-5.png │ │ └── enterprise-dashboard-overview-screenshot.png │ ├── enterprise │ │ ├── rbac │ │ │ └── index.haml │ │ ├── index.haml │ │ └── filters │ │ │ └── index.haml │ ├── platforms │ │ └── index.haml │ ├── guides │ │ ├── getting-started │ │ │ └── index.haml │ │ └── index.haml │ ├── overview │ │ └── index.haml │ ├── api │ │ └── index.haml │ ├── installation │ │ └── index.haml │ ├── quick-start │ │ └── index.haml │ └── reference │ │ └── index.haml └── 1.2 │ ├── files │ ├── postinst.sh │ ├── default_handler.json │ ├── client.json │ ├── check_disk.json │ ├── simple-sensu-config.json │ ├── dashboard.json │ ├── simple-dashboard-config.json │ ├── config.json │ └── simple-client-config.json │ ├── img │ ├── .!19611!sensu-diagram.gif │ ├── .!20466!sensu-diagram.gif │ ├── .!27631!sensu-diagram.gif │ ├── .!61514!sensu-diagram.gif │ ├── .!19618!sensu-transport.png │ ├── .!20474!sensu-transport.png │ ├── .!27632!sensu-transport.png │ ├── .!61515!sensu-transport.png │ ├── .!19599!five-minute-dashboard-2.png │ ├── .!19603!five-minute-dashboard-1.png │ ├── .!20445!five-minute-dashboard-2.png │ ├── .!20450!five-minute-dashboard-1.png │ ├── .!27629!five-minute-dashboard-1.png │ ├── .!27630!five-minute-dashboard-2.png │ ├── .!61512!five-minute-dashboard-1.png │ ├── .!61513!five-minute-dashboard-2.png │ ├── .!19630!enterprise-dashboard-hud.png │ ├── .!20488!enterprise-dashboard-hud.png │ ├── .!27622!enterprise-dashboard-hud.png │ ├── .!61505!enterprise-dashboard-hud.png │ ├── .!19600!enterprise-dashboard-gitlab-app.png │ ├── .!19627!enterprise-dashboard-github-app.png │ ├── .!19629!enterprise-dashboard-collections.png │ ├── .!20446!enterprise-dashboard-gitlab-app.png │ ├── .!20484!enterprise-dashboard-github-app.png │ ├── .!20487!enterprise-dashboard-collections.png │ ├── .!27617!enterprise-dashboard-collections.png │ ├── .!27618!enterprise-dashboard-github-app.png │ ├── .!27620!enterprise-dashboard-gitlab-app.png │ ├── .!61500!enterprise-dashboard-collections.png │ ├── .!61501!enterprise-dashboard-github-app.png │ ├── .!61503!enterprise-dashboard-gitlab-app.png │ ├── .!19621!enterprise-dashboard-gitlab-secret.png │ ├── .!19622!enterprise-dashboard-github-secret.png │ ├── .!20477!enterprise-dashboard-gitlab-secret.png │ ├── .!20478!enterprise-dashboard-github-secret.png │ ├── .!27619!enterprise-dashboard-github-secret.png │ ├── .!27621!enterprise-dashboard-gitlab-secret.png │ ├── .!61502!enterprise-dashboard-github-secret.png │ ├── .!61504!enterprise-dashboard-gitlab-secret.png │ ├── .!19598!enterprise-dashboard-overview-screenshot.png │ ├── .!19625!enterprise-dashboard-oidc-pingfederate-4.png │ ├── .!19626!enterprise-dashboard-oidc-pingfederate-5.png │ ├── .!19632!enterprise-dashboard-oidc-pingfederate-2.png │ ├── .!19633!enterprise-dashboard-oidc-pingfederate-3.png │ ├── .!19636!enterprise-dashboard-oidc-pingfederate-1.png │ ├── .!20444!enterprise-dashboard-overview-screenshot.png │ ├── .!20481!enterprise-dashboard-oidc-pingfederate-4.png │ ├── .!20483!enterprise-dashboard-oidc-pingfederate-5.png │ ├── .!20490!enterprise-dashboard-oidc-pingfederate-2.png │ ├── .!20491!enterprise-dashboard-oidc-pingfederate-3.png │ ├── .!20494!enterprise-dashboard-oidc-pingfederate-1.png │ ├── .!27623!enterprise-dashboard-oidc-pingfederate-1.png │ ├── .!27624!enterprise-dashboard-oidc-pingfederate-2.png │ ├── .!27625!enterprise-dashboard-oidc-pingfederate-3.png │ ├── .!27626!enterprise-dashboard-oidc-pingfederate-4.png │ ├── .!27627!enterprise-dashboard-oidc-pingfederate-5.png │ ├── .!27628!enterprise-dashboard-overview-screenshot.png │ ├── .!61506!enterprise-dashboard-oidc-pingfederate-1.png │ ├── .!61507!enterprise-dashboard-oidc-pingfederate-2.png │ ├── .!61508!enterprise-dashboard-oidc-pingfederate-3.png │ ├── .!61509!enterprise-dashboard-oidc-pingfederate-4.png │ ├── .!61510!enterprise-dashboard-oidc-pingfederate-5.png │ ├── .!61511!enterprise-dashboard-overview-screenshot.png │ ├── sensu-diagram.gif │ ├── sensu-transport.png │ ├── enterprise-dashboard-hud.png │ ├── five-minute-dashboard-1.png │ ├── five-minute-dashboard-2.png │ ├── enterprise-dashboard-collections.png │ ├── enterprise-dashboard-github-app.png │ ├── enterprise-dashboard-gitlab-app.png │ ├── enterprise-dashboard-github-secret.png │ ├── enterprise-dashboard-gitlab-secret.png │ ├── enterprise-dashboard-oidc-pingfederate-1.png │ ├── enterprise-dashboard-oidc-pingfederate-2.png │ ├── enterprise-dashboard-oidc-pingfederate-3.png │ ├── enterprise-dashboard-oidc-pingfederate-4.png │ ├── enterprise-dashboard-oidc-pingfederate-5.png │ └── enterprise-dashboard-overview-screenshot.png │ ├── enterprise │ ├── rbac │ │ └── index.haml │ ├── index.haml │ └── filters │ │ └── index.haml │ ├── platforms │ └── index.haml │ ├── guides │ ├── getting-started │ │ └── index.haml │ └── index.haml │ ├── overview │ └── index.haml │ ├── api │ └── index.haml │ ├── installation │ └── index.haml │ ├── quick-start │ └── index.haml │ └── reference │ └── index.haml ├── legacy ├── 0.11 │ ├── _index.md │ └── settings.md ├── 0.12 │ ├── _index.md │ ├── img │ │ ├── sensu-diagram.gif │ │ └── sensu-transport.png │ └── settings.md ├── 0.13 │ ├── _index.md │ └── img │ │ ├── sensu-diagram.gif │ │ └── sensu-transport.png ├── 0.14 │ ├── _index.md │ └── img │ │ ├── sensu-diagram.gif │ │ └── sensu-transport.png ├── 0.15 │ ├── _index.md │ └── img │ │ ├── sensu-diagram.gif │ │ └── sensu-transport.png ├── 0.16 │ ├── _index.md │ ├── img │ │ ├── sensu-diagram.gif │ │ └── sensu-transport.png │ └── development.md ├── 0.17 │ ├── _index.md │ ├── img │ │ ├── sensu-diagram.gif │ │ ├── sensu-transport.png │ │ ├── enterprise-dashboard-collections.png │ │ └── enterprise-dashboard-overview-screenshot.png │ ├── files │ │ ├── default_handler.json │ │ ├── client.json │ │ ├── check_memory.json │ │ ├── dashboard.json │ │ └── config.json │ ├── getting-started-summary.md │ ├── getting-started-with-enterprise.md │ ├── api_info.md │ ├── api_checks.md │ ├── api_events.md │ ├── api_health.md │ ├── api_overview.md │ ├── api_clients.md │ ├── api_stashes.md │ ├── certificates.md │ ├── upgrading.md │ ├── api_aggregates.md │ ├── packages.md │ ├── windows.md │ ├── guide.md │ └── security.md ├── 0.18 │ ├── _index.md │ ├── img │ │ ├── sensu-diagram.gif │ │ ├── sensu-transport.png │ │ ├── enterprise-dashboard-collections.png │ │ ├── enterprise-dashboard-github-app.png │ │ ├── enterprise-dashboard-github-secret.png │ │ └── enterprise-dashboard-overview-screenshot.png │ ├── files │ │ ├── default_handler.json │ │ ├── client.json │ │ ├── check_memory.json │ │ ├── dashboard.json │ │ └── config.json │ ├── getting-started-summary.md │ ├── getting-started-with-enterprise.md │ ├── api_info.md │ ├── api_checks.md │ ├── api_events.md │ ├── api_health.md │ ├── api_overview.md │ ├── api_clients.md │ ├── api_stashes.md │ ├── certificates.md │ ├── upgrading.md │ ├── api_aggregates.md │ ├── packages.md │ ├── windows.md │ ├── guide.md │ └── security.md ├── 0.19 │ ├── _index.md │ ├── img │ │ ├── sensu-diagram.gif │ │ ├── sensu-transport.png │ │ ├── enterprise-dashboard-collections.png │ │ ├── enterprise-dashboard-github-app.png │ │ ├── enterprise-dashboard-github-secret.png │ │ └── enterprise-dashboard-overview-screenshot.png │ ├── files │ │ ├── default_handler.json │ │ ├── client.json │ │ ├── check_memory.json │ │ ├── dashboard.json │ │ └── config.json │ ├── getting-started-summary.md │ ├── getting-started-with-enterprise.md │ ├── api_info.md │ ├── api_checks.md │ ├── api_events.md │ ├── api_health.md │ ├── api_overview.md │ ├── api_clients.md │ ├── api_stashes.md │ ├── certificates.md │ ├── upgrading.md │ ├── api_aggregates.md │ ├── packages.md │ ├── windows.md │ ├── guide.md │ └── security.md ├── 0.20 │ ├── _index.md │ ├── img │ │ ├── sensu-diagram.gif │ │ ├── sensu-transport.png │ │ ├── enterprise-dashboard-hud.png │ │ ├── enterprise-dashboard-collections.png │ │ ├── enterprise-dashboard-github-app.png │ │ ├── enterprise-dashboard-github-secret.png │ │ └── enterprise-dashboard-overview-screenshot.png │ ├── files │ │ ├── default_handler.json │ │ ├── client.json │ │ ├── check_memory.json │ │ ├── dashboard.json │ │ └── config.json │ ├── getting-started-summary.md │ ├── getting-started-with-enterprise.md │ ├── api_info.md │ ├── api_checks.md │ ├── api_events.md │ ├── api_health.md │ ├── api_overview.md │ ├── api_clients.md │ ├── api_stashes.md │ ├── certificates.md │ ├── api_aggregates.md │ ├── packages.md │ ├── windows.md │ ├── guide.md │ └── security.md ├── 0.21 │ ├── _index.md │ ├── img │ │ ├── sensu-diagram.gif │ │ ├── sensu-transport.png │ │ ├── enterprise-dashboard-hud.png │ │ ├── enterprise-dashboard-collections.png │ │ ├── enterprise-dashboard-github-app.png │ │ ├── enterprise-dashboard-gitlab-app.png │ │ ├── enterprise-dashboard-github-secret.png │ │ ├── enterprise-dashboard-gitlab-secret.png │ │ └── enterprise-dashboard-overview-screenshot.png │ ├── files │ │ ├── default_handler.json │ │ ├── client.json │ │ ├── check_disk.json │ │ ├── dashboard.json │ │ └── config.json │ ├── getting-started-summary.md │ ├── getting-started-with-enterprise.md │ ├── api_info.md │ ├── api_checks.md │ ├── api_events.md │ ├── api_health.md │ ├── api_overview.md │ ├── api_clients.md │ ├── api_stashes.md │ ├── certificates.md │ ├── api_aggregates.md │ ├── packages.md │ ├── windows.md │ ├── guide.md │ └── security.md ├── 0.23 │ ├── files │ │ ├── postinst.sh │ │ ├── default_handler.json │ │ ├── client.json │ │ ├── simple-sensu-config.json │ │ ├── check_disk.json │ │ ├── dashboard.json │ │ ├── simple-dashboard-config.json │ │ ├── config.json │ │ └── simple-client-config.json │ ├── img │ │ ├── sensu-diagram.gif │ │ ├── sensu-transport.png │ │ ├── enterprise-dashboard-hud.png │ │ ├── five-minute-dashboard-1.png │ │ ├── five-minute-dashboard-2.png │ │ ├── enterprise-dashboard-collections.png │ │ ├── enterprise-dashboard-github-app.png │ │ ├── enterprise-dashboard-gitlab-app.png │ │ ├── enterprise-dashboard-github-secret.png │ │ ├── enterprise-dashboard-gitlab-secret.png │ │ └── enterprise-dashboard-overview-screenshot.png │ ├── reference │ │ ├── extensions.md │ │ └── index.haml │ ├── enterprise │ │ ├── console │ │ │ └── index.haml │ │ ├── index.haml │ │ └── filters │ │ │ └── index.haml │ ├── guides │ │ ├── index.haml │ │ └── getting-started │ │ │ └── index.haml │ ├── platforms │ │ └── index.haml │ ├── overview │ │ └── index.haml │ ├── api │ │ └── index.haml │ ├── installation │ │ └── index.haml │ └── quick-start │ │ └── index.haml └── 0.22 │ ├── getting-started.md │ ├── installation-overview.md │ ├── img │ ├── sensu-diagram.gif │ ├── sensu-transport.png │ ├── enterprise-dashboard-hud.png │ ├── five-minute-dashboard-1.png │ ├── five-minute-dashboard-2.png │ ├── enterprise-dashboard-collections.png │ ├── enterprise-dashboard-github-app.png │ ├── enterprise-dashboard-gitlab-app.png │ ├── enterprise-dashboard-github-secret.png │ ├── enterprise-dashboard-gitlab-secret.png │ └── enterprise-dashboard-overview-screenshot.png │ ├── files │ ├── default_handler.json │ ├── client.json │ ├── simple-sensu-config.json │ ├── check_disk.json │ ├── dashboard.json │ ├── simple-dashboard-config.json │ ├── config.json │ └── simple-client-config.json │ ├── getting-started-summary.md │ ├── windows-msi-install.md │ ├── windows-overview.md │ ├── windows-service-configuration.md │ ├── getting-started-with-enterprise.md │ ├── api_info.md │ ├── api_checks.md │ ├── api_events.md │ ├── api_health.md │ ├── api_overview.md │ ├── api_clients.md │ ├── api_stashes.md │ ├── certificates.md │ ├── api_aggregates.md │ ├── packages.md │ ├── guide.md │ ├── security.md │ └── windows.md └── .gitignore /docs/latest: -------------------------------------------------------------------------------- 1 | 1.2 -------------------------------------------------------------------------------- /docs/0.24/files/postinst.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/0.25/files/postinst.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/0.26/files/postinst.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/0.27/files/postinst.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/0.28/files/postinst.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/0.29/files/postinst.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.0/files/postinst.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/files/postinst.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/files/postinst.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /legacy/0.11/_index.md: -------------------------------------------------------------------------------- 1 | index.md -------------------------------------------------------------------------------- /legacy/0.12/_index.md: -------------------------------------------------------------------------------- 1 | index.md -------------------------------------------------------------------------------- /legacy/0.13/_index.md: -------------------------------------------------------------------------------- 1 | index.md -------------------------------------------------------------------------------- /legacy/0.14/_index.md: -------------------------------------------------------------------------------- 1 | index.md -------------------------------------------------------------------------------- /legacy/0.15/_index.md: -------------------------------------------------------------------------------- 1 | index.md -------------------------------------------------------------------------------- /legacy/0.16/_index.md: -------------------------------------------------------------------------------- 1 | index.md -------------------------------------------------------------------------------- /legacy/0.17/_index.md: -------------------------------------------------------------------------------- 1 | index.md -------------------------------------------------------------------------------- /legacy/0.18/_index.md: -------------------------------------------------------------------------------- 1 | index.md -------------------------------------------------------------------------------- /legacy/0.19/_index.md: -------------------------------------------------------------------------------- 1 | index.md -------------------------------------------------------------------------------- /legacy/0.20/_index.md: -------------------------------------------------------------------------------- 1 | index.md -------------------------------------------------------------------------------- /legacy/0.21/_index.md: -------------------------------------------------------------------------------- 1 | index.md -------------------------------------------------------------------------------- /legacy/0.23/files/postinst.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.0/img/.!61514!sensu-diagram.gif: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!27631!sensu-diagram.gif: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!61514!sensu-diagram.gif: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!19611!sensu-diagram.gif: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!20466!sensu-diagram.gif: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!27631!sensu-diagram.gif: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!61514!sensu-diagram.gif: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.0/img/.!61515!sensu-transport.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!27632!sensu-transport.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!61515!sensu-transport.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!19618!sensu-transport.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!20474!sensu-transport.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!27632!sensu-transport.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!61515!sensu-transport.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.0/img/.!61512!five-minute-dashboard-1.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.0/img/.!61513!five-minute-dashboard-2.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!27629!five-minute-dashboard-1.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!27630!five-minute-dashboard-2.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!61512!five-minute-dashboard-1.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!61513!five-minute-dashboard-2.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!19599!five-minute-dashboard-2.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!19603!five-minute-dashboard-1.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!20445!five-minute-dashboard-2.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!20450!five-minute-dashboard-1.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!27629!five-minute-dashboard-1.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!27630!five-minute-dashboard-2.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!61512!five-minute-dashboard-1.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!61513!five-minute-dashboard-2.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.0/img/.!61505!enterprise-dashboard-hud.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!27622!enterprise-dashboard-hud.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!61505!enterprise-dashboard-hud.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!19630!enterprise-dashboard-hud.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!20488!enterprise-dashboard-hud.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!27622!enterprise-dashboard-hud.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!61505!enterprise-dashboard-hud.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.0/img/.!61500!enterprise-dashboard-collections.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.0/img/.!61501!enterprise-dashboard-github-app.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.0/img/.!61503!enterprise-dashboard-gitlab-app.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!27617!enterprise-dashboard-collections.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!27618!enterprise-dashboard-github-app.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!27620!enterprise-dashboard-gitlab-app.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!61500!enterprise-dashboard-collections.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!61501!enterprise-dashboard-github-app.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!61503!enterprise-dashboard-gitlab-app.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!19600!enterprise-dashboard-gitlab-app.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!19627!enterprise-dashboard-github-app.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!19629!enterprise-dashboard-collections.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!20446!enterprise-dashboard-gitlab-app.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!20484!enterprise-dashboard-github-app.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!20487!enterprise-dashboard-collections.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!27617!enterprise-dashboard-collections.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!27618!enterprise-dashboard-github-app.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!27620!enterprise-dashboard-gitlab-app.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!61500!enterprise-dashboard-collections.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!61501!enterprise-dashboard-github-app.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!61503!enterprise-dashboard-gitlab-app.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /legacy/0.22/getting-started.md: -------------------------------------------------------------------------------- 1 | getting-started-guide.md -------------------------------------------------------------------------------- /docs/1.0/img/.!61502!enterprise-dashboard-github-secret.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.0/img/.!61504!enterprise-dashboard-gitlab-secret.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!27619!enterprise-dashboard-github-secret.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!27621!enterprise-dashboard-gitlab-secret.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!61502!enterprise-dashboard-github-secret.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!61504!enterprise-dashboard-gitlab-secret.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!19621!enterprise-dashboard-gitlab-secret.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!19622!enterprise-dashboard-github-secret.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!20477!enterprise-dashboard-gitlab-secret.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!20478!enterprise-dashboard-github-secret.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!27619!enterprise-dashboard-github-secret.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!27621!enterprise-dashboard-gitlab-secret.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!61502!enterprise-dashboard-github-secret.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!61504!enterprise-dashboard-gitlab-secret.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.0/img/.!61506!enterprise-dashboard-oidc-pingfederate-1.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.0/img/.!61507!enterprise-dashboard-oidc-pingfederate-2.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.0/img/.!61508!enterprise-dashboard-oidc-pingfederate-3.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.0/img/.!61509!enterprise-dashboard-oidc-pingfederate-4.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.0/img/.!61510!enterprise-dashboard-oidc-pingfederate-5.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.0/img/.!61511!enterprise-dashboard-overview-screenshot.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!27623!enterprise-dashboard-oidc-pingfederate-1.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!27624!enterprise-dashboard-oidc-pingfederate-2.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!27625!enterprise-dashboard-oidc-pingfederate-3.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!27626!enterprise-dashboard-oidc-pingfederate-4.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!27627!enterprise-dashboard-oidc-pingfederate-5.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!27628!enterprise-dashboard-overview-screenshot.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!61506!enterprise-dashboard-oidc-pingfederate-1.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!61507!enterprise-dashboard-oidc-pingfederate-2.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!61508!enterprise-dashboard-oidc-pingfederate-3.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!61509!enterprise-dashboard-oidc-pingfederate-4.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!61510!enterprise-dashboard-oidc-pingfederate-5.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.1/img/.!61511!enterprise-dashboard-overview-screenshot.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!19598!enterprise-dashboard-overview-screenshot.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!19625!enterprise-dashboard-oidc-pingfederate-4.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!19626!enterprise-dashboard-oidc-pingfederate-5.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!19632!enterprise-dashboard-oidc-pingfederate-2.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!19633!enterprise-dashboard-oidc-pingfederate-3.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!19636!enterprise-dashboard-oidc-pingfederate-1.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!20444!enterprise-dashboard-overview-screenshot.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!20481!enterprise-dashboard-oidc-pingfederate-4.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!20483!enterprise-dashboard-oidc-pingfederate-5.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!20490!enterprise-dashboard-oidc-pingfederate-2.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!20491!enterprise-dashboard-oidc-pingfederate-3.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!20494!enterprise-dashboard-oidc-pingfederate-1.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!27623!enterprise-dashboard-oidc-pingfederate-1.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!27624!enterprise-dashboard-oidc-pingfederate-2.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!27625!enterprise-dashboard-oidc-pingfederate-3.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!27626!enterprise-dashboard-oidc-pingfederate-4.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!27627!enterprise-dashboard-oidc-pingfederate-5.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!27628!enterprise-dashboard-overview-screenshot.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!61506!enterprise-dashboard-oidc-pingfederate-1.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!61507!enterprise-dashboard-oidc-pingfederate-2.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!61508!enterprise-dashboard-oidc-pingfederate-3.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!61509!enterprise-dashboard-oidc-pingfederate-4.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!61510!enterprise-dashboard-oidc-pingfederate-5.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/1.2/img/.!61511!enterprise-dashboard-overview-screenshot.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /legacy/0.22/installation-overview.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /docs/0.24/img/sensu-diagram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.24/img/sensu-diagram.gif -------------------------------------------------------------------------------- /docs/0.25/img/sensu-diagram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.25/img/sensu-diagram.gif -------------------------------------------------------------------------------- /docs/0.26/img/sensu-diagram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.26/img/sensu-diagram.gif -------------------------------------------------------------------------------- /docs/0.27/img/sensu-diagram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.27/img/sensu-diagram.gif -------------------------------------------------------------------------------- /docs/0.28/img/sensu-diagram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.28/img/sensu-diagram.gif -------------------------------------------------------------------------------- /docs/0.29/img/sensu-diagram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.29/img/sensu-diagram.gif -------------------------------------------------------------------------------- /docs/1.0/img/sensu-diagram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.0/img/sensu-diagram.gif -------------------------------------------------------------------------------- /docs/1.0/img/sensu-transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.0/img/sensu-transport.png -------------------------------------------------------------------------------- /docs/1.1/img/sensu-diagram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.1/img/sensu-diagram.gif -------------------------------------------------------------------------------- /docs/1.1/img/sensu-transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.1/img/sensu-transport.png -------------------------------------------------------------------------------- /docs/1.2/img/sensu-diagram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.2/img/sensu-diagram.gif -------------------------------------------------------------------------------- /docs/1.2/img/sensu-transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.2/img/sensu-transport.png -------------------------------------------------------------------------------- /docs/0.24/img/sensu-transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.24/img/sensu-transport.png -------------------------------------------------------------------------------- /docs/0.25/img/sensu-transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.25/img/sensu-transport.png -------------------------------------------------------------------------------- /docs/0.26/img/sensu-transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.26/img/sensu-transport.png -------------------------------------------------------------------------------- /docs/0.27/img/sensu-transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.27/img/sensu-transport.png -------------------------------------------------------------------------------- /docs/0.28/img/sensu-transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.28/img/sensu-transport.png -------------------------------------------------------------------------------- /docs/0.29/img/sensu-transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.29/img/sensu-transport.png -------------------------------------------------------------------------------- /legacy/0.12/img/sensu-diagram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.12/img/sensu-diagram.gif -------------------------------------------------------------------------------- /legacy/0.13/img/sensu-diagram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.13/img/sensu-diagram.gif -------------------------------------------------------------------------------- /legacy/0.14/img/sensu-diagram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.14/img/sensu-diagram.gif -------------------------------------------------------------------------------- /legacy/0.15/img/sensu-diagram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.15/img/sensu-diagram.gif -------------------------------------------------------------------------------- /legacy/0.16/img/sensu-diagram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.16/img/sensu-diagram.gif -------------------------------------------------------------------------------- /legacy/0.17/img/sensu-diagram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.17/img/sensu-diagram.gif -------------------------------------------------------------------------------- /legacy/0.18/img/sensu-diagram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.18/img/sensu-diagram.gif -------------------------------------------------------------------------------- /legacy/0.19/img/sensu-diagram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.19/img/sensu-diagram.gif -------------------------------------------------------------------------------- /legacy/0.20/img/sensu-diagram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.20/img/sensu-diagram.gif -------------------------------------------------------------------------------- /legacy/0.21/img/sensu-diagram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.21/img/sensu-diagram.gif -------------------------------------------------------------------------------- /legacy/0.22/img/sensu-diagram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.22/img/sensu-diagram.gif -------------------------------------------------------------------------------- /legacy/0.23/img/sensu-diagram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.23/img/sensu-diagram.gif -------------------------------------------------------------------------------- /legacy/0.12/img/sensu-transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.12/img/sensu-transport.png -------------------------------------------------------------------------------- /legacy/0.13/img/sensu-transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.13/img/sensu-transport.png -------------------------------------------------------------------------------- /legacy/0.14/img/sensu-transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.14/img/sensu-transport.png -------------------------------------------------------------------------------- /legacy/0.15/img/sensu-transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.15/img/sensu-transport.png -------------------------------------------------------------------------------- /legacy/0.16/img/sensu-transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.16/img/sensu-transport.png -------------------------------------------------------------------------------- /legacy/0.17/img/sensu-transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.17/img/sensu-transport.png -------------------------------------------------------------------------------- /legacy/0.18/img/sensu-transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.18/img/sensu-transport.png -------------------------------------------------------------------------------- /legacy/0.19/img/sensu-transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.19/img/sensu-transport.png -------------------------------------------------------------------------------- /legacy/0.20/img/sensu-transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.20/img/sensu-transport.png -------------------------------------------------------------------------------- /legacy/0.21/img/sensu-transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.21/img/sensu-transport.png -------------------------------------------------------------------------------- /legacy/0.22/img/sensu-transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.22/img/sensu-transport.png -------------------------------------------------------------------------------- /legacy/0.23/img/sensu-transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.23/img/sensu-transport.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | *.swp 3 | *~ 4 | .sass-cache 5 | _site/ 6 | _cache 7 | vendor 8 | .bundle 9 | .tddium* 10 | build/ 11 | -------------------------------------------------------------------------------- /docs/0.24/img/enterprise-dashboard-hud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.24/img/enterprise-dashboard-hud.png -------------------------------------------------------------------------------- /docs/0.24/img/five-minute-dashboard-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.24/img/five-minute-dashboard-1.png -------------------------------------------------------------------------------- /docs/0.24/img/five-minute-dashboard-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.24/img/five-minute-dashboard-2.png -------------------------------------------------------------------------------- /docs/0.25/img/enterprise-dashboard-hud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.25/img/enterprise-dashboard-hud.png -------------------------------------------------------------------------------- /docs/0.25/img/five-minute-dashboard-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.25/img/five-minute-dashboard-1.png -------------------------------------------------------------------------------- /docs/0.25/img/five-minute-dashboard-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.25/img/five-minute-dashboard-2.png -------------------------------------------------------------------------------- /docs/0.26/img/enterprise-dashboard-hud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.26/img/enterprise-dashboard-hud.png -------------------------------------------------------------------------------- /docs/0.26/img/five-minute-dashboard-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.26/img/five-minute-dashboard-1.png -------------------------------------------------------------------------------- /docs/0.26/img/five-minute-dashboard-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.26/img/five-minute-dashboard-2.png -------------------------------------------------------------------------------- /docs/0.27/img/enterprise-dashboard-hud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.27/img/enterprise-dashboard-hud.png -------------------------------------------------------------------------------- /docs/0.27/img/five-minute-dashboard-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.27/img/five-minute-dashboard-1.png -------------------------------------------------------------------------------- /docs/0.27/img/five-minute-dashboard-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.27/img/five-minute-dashboard-2.png -------------------------------------------------------------------------------- /docs/0.28/img/enterprise-dashboard-hud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.28/img/enterprise-dashboard-hud.png -------------------------------------------------------------------------------- /docs/0.28/img/five-minute-dashboard-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.28/img/five-minute-dashboard-1.png -------------------------------------------------------------------------------- /docs/0.28/img/five-minute-dashboard-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.28/img/five-minute-dashboard-2.png -------------------------------------------------------------------------------- /docs/0.29/img/enterprise-dashboard-hud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.29/img/enterprise-dashboard-hud.png -------------------------------------------------------------------------------- /docs/0.29/img/five-minute-dashboard-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.29/img/five-minute-dashboard-1.png -------------------------------------------------------------------------------- /docs/0.29/img/five-minute-dashboard-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.29/img/five-minute-dashboard-2.png -------------------------------------------------------------------------------- /docs/1.0/img/enterprise-dashboard-hud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.0/img/enterprise-dashboard-hud.png -------------------------------------------------------------------------------- /docs/1.0/img/five-minute-dashboard-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.0/img/five-minute-dashboard-1.png -------------------------------------------------------------------------------- /docs/1.0/img/five-minute-dashboard-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.0/img/five-minute-dashboard-2.png -------------------------------------------------------------------------------- /docs/1.1/img/enterprise-dashboard-hud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.1/img/enterprise-dashboard-hud.png -------------------------------------------------------------------------------- /docs/1.1/img/five-minute-dashboard-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.1/img/five-minute-dashboard-1.png -------------------------------------------------------------------------------- /docs/1.1/img/five-minute-dashboard-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.1/img/five-minute-dashboard-2.png -------------------------------------------------------------------------------- /docs/1.2/img/enterprise-dashboard-hud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.2/img/enterprise-dashboard-hud.png -------------------------------------------------------------------------------- /docs/1.2/img/five-minute-dashboard-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.2/img/five-minute-dashboard-1.png -------------------------------------------------------------------------------- /docs/1.2/img/five-minute-dashboard-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.2/img/five-minute-dashboard-2.png -------------------------------------------------------------------------------- /legacy/0.20/img/enterprise-dashboard-hud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.20/img/enterprise-dashboard-hud.png -------------------------------------------------------------------------------- /legacy/0.21/img/enterprise-dashboard-hud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.21/img/enterprise-dashboard-hud.png -------------------------------------------------------------------------------- /legacy/0.22/img/enterprise-dashboard-hud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.22/img/enterprise-dashboard-hud.png -------------------------------------------------------------------------------- /legacy/0.22/img/five-minute-dashboard-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.22/img/five-minute-dashboard-1.png -------------------------------------------------------------------------------- /legacy/0.22/img/five-minute-dashboard-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.22/img/five-minute-dashboard-2.png -------------------------------------------------------------------------------- /legacy/0.23/img/enterprise-dashboard-hud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.23/img/enterprise-dashboard-hud.png -------------------------------------------------------------------------------- /legacy/0.23/img/five-minute-dashboard-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.23/img/five-minute-dashboard-1.png -------------------------------------------------------------------------------- /legacy/0.23/img/five-minute-dashboard-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.23/img/five-minute-dashboard-2.png -------------------------------------------------------------------------------- /docs/0.24/img/enterprise-dashboard-github-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.24/img/enterprise-dashboard-github-app.png -------------------------------------------------------------------------------- /docs/0.24/img/enterprise-dashboard-gitlab-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.24/img/enterprise-dashboard-gitlab-app.png -------------------------------------------------------------------------------- /docs/0.25/img/enterprise-dashboard-github-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.25/img/enterprise-dashboard-github-app.png -------------------------------------------------------------------------------- /docs/0.25/img/enterprise-dashboard-gitlab-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.25/img/enterprise-dashboard-gitlab-app.png -------------------------------------------------------------------------------- /docs/0.26/img/enterprise-dashboard-github-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.26/img/enterprise-dashboard-github-app.png -------------------------------------------------------------------------------- /docs/0.26/img/enterprise-dashboard-gitlab-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.26/img/enterprise-dashboard-gitlab-app.png -------------------------------------------------------------------------------- /docs/0.27/img/enterprise-dashboard-github-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.27/img/enterprise-dashboard-github-app.png -------------------------------------------------------------------------------- /docs/0.27/img/enterprise-dashboard-gitlab-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.27/img/enterprise-dashboard-gitlab-app.png -------------------------------------------------------------------------------- /docs/0.28/img/enterprise-dashboard-github-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.28/img/enterprise-dashboard-github-app.png -------------------------------------------------------------------------------- /docs/0.28/img/enterprise-dashboard-gitlab-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.28/img/enterprise-dashboard-gitlab-app.png -------------------------------------------------------------------------------- /docs/0.29/img/enterprise-dashboard-github-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.29/img/enterprise-dashboard-github-app.png -------------------------------------------------------------------------------- /docs/0.29/img/enterprise-dashboard-gitlab-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.29/img/enterprise-dashboard-gitlab-app.png -------------------------------------------------------------------------------- /docs/1.0/img/enterprise-dashboard-collections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.0/img/enterprise-dashboard-collections.png -------------------------------------------------------------------------------- /docs/1.0/img/enterprise-dashboard-github-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.0/img/enterprise-dashboard-github-app.png -------------------------------------------------------------------------------- /docs/1.0/img/enterprise-dashboard-gitlab-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.0/img/enterprise-dashboard-gitlab-app.png -------------------------------------------------------------------------------- /docs/1.1/img/enterprise-dashboard-collections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.1/img/enterprise-dashboard-collections.png -------------------------------------------------------------------------------- /docs/1.1/img/enterprise-dashboard-github-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.1/img/enterprise-dashboard-github-app.png -------------------------------------------------------------------------------- /docs/1.1/img/enterprise-dashboard-gitlab-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.1/img/enterprise-dashboard-gitlab-app.png -------------------------------------------------------------------------------- /docs/1.2/img/enterprise-dashboard-collections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.2/img/enterprise-dashboard-collections.png -------------------------------------------------------------------------------- /docs/1.2/img/enterprise-dashboard-github-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.2/img/enterprise-dashboard-github-app.png -------------------------------------------------------------------------------- /docs/1.2/img/enterprise-dashboard-gitlab-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.2/img/enterprise-dashboard-gitlab-app.png -------------------------------------------------------------------------------- /docs/0.24/files/default_handler.json: -------------------------------------------------------------------------------- 1 | { 2 | "handlers": { 3 | "default": { 4 | "type": "pipe", 5 | "command": "cat" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /docs/0.24/img/enterprise-dashboard-collections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.24/img/enterprise-dashboard-collections.png -------------------------------------------------------------------------------- /docs/0.24/img/enterprise-dashboard-github-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.24/img/enterprise-dashboard-github-secret.png -------------------------------------------------------------------------------- /docs/0.24/img/enterprise-dashboard-gitlab-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.24/img/enterprise-dashboard-gitlab-secret.png -------------------------------------------------------------------------------- /docs/0.25/files/default_handler.json: -------------------------------------------------------------------------------- 1 | { 2 | "handlers": { 3 | "default": { 4 | "type": "pipe", 5 | "command": "cat" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /docs/0.25/img/enterprise-dashboard-collections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.25/img/enterprise-dashboard-collections.png -------------------------------------------------------------------------------- /docs/0.25/img/enterprise-dashboard-github-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.25/img/enterprise-dashboard-github-secret.png -------------------------------------------------------------------------------- /docs/0.25/img/enterprise-dashboard-gitlab-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.25/img/enterprise-dashboard-gitlab-secret.png -------------------------------------------------------------------------------- /docs/0.26/files/default_handler.json: -------------------------------------------------------------------------------- 1 | { 2 | "handlers": { 3 | "default": { 4 | "type": "pipe", 5 | "command": "cat" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /docs/0.26/img/enterprise-dashboard-collections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.26/img/enterprise-dashboard-collections.png -------------------------------------------------------------------------------- /docs/0.26/img/enterprise-dashboard-github-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.26/img/enterprise-dashboard-github-secret.png -------------------------------------------------------------------------------- /docs/0.26/img/enterprise-dashboard-gitlab-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.26/img/enterprise-dashboard-gitlab-secret.png -------------------------------------------------------------------------------- /docs/0.27/files/default_handler.json: -------------------------------------------------------------------------------- 1 | { 2 | "handlers": { 3 | "default": { 4 | "type": "pipe", 5 | "command": "cat" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /docs/0.27/img/enterprise-dashboard-collections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.27/img/enterprise-dashboard-collections.png -------------------------------------------------------------------------------- /docs/0.27/img/enterprise-dashboard-github-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.27/img/enterprise-dashboard-github-secret.png -------------------------------------------------------------------------------- /docs/0.27/img/enterprise-dashboard-gitlab-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.27/img/enterprise-dashboard-gitlab-secret.png -------------------------------------------------------------------------------- /docs/0.28/files/default_handler.json: -------------------------------------------------------------------------------- 1 | { 2 | "handlers": { 3 | "default": { 4 | "type": "pipe", 5 | "command": "cat" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /docs/0.28/img/enterprise-dashboard-collections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.28/img/enterprise-dashboard-collections.png -------------------------------------------------------------------------------- /docs/0.28/img/enterprise-dashboard-github-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.28/img/enterprise-dashboard-github-secret.png -------------------------------------------------------------------------------- /docs/0.28/img/enterprise-dashboard-gitlab-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.28/img/enterprise-dashboard-gitlab-secret.png -------------------------------------------------------------------------------- /docs/0.29/files/default_handler.json: -------------------------------------------------------------------------------- 1 | { 2 | "handlers": { 3 | "default": { 4 | "type": "pipe", 5 | "command": "cat" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /docs/0.29/img/enterprise-dashboard-collections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.29/img/enterprise-dashboard-collections.png -------------------------------------------------------------------------------- /docs/0.29/img/enterprise-dashboard-github-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.29/img/enterprise-dashboard-github-secret.png -------------------------------------------------------------------------------- /docs/0.29/img/enterprise-dashboard-gitlab-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.29/img/enterprise-dashboard-gitlab-secret.png -------------------------------------------------------------------------------- /docs/1.0/files/default_handler.json: -------------------------------------------------------------------------------- 1 | { 2 | "handlers": { 3 | "default": { 4 | "type": "pipe", 5 | "command": "cat" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /docs/1.0/img/enterprise-dashboard-github-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.0/img/enterprise-dashboard-github-secret.png -------------------------------------------------------------------------------- /docs/1.0/img/enterprise-dashboard-gitlab-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.0/img/enterprise-dashboard-gitlab-secret.png -------------------------------------------------------------------------------- /docs/1.1/files/default_handler.json: -------------------------------------------------------------------------------- 1 | { 2 | "handlers": { 3 | "default": { 4 | "type": "pipe", 5 | "command": "cat" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /docs/1.1/img/enterprise-dashboard-github-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.1/img/enterprise-dashboard-github-secret.png -------------------------------------------------------------------------------- /docs/1.1/img/enterprise-dashboard-gitlab-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.1/img/enterprise-dashboard-gitlab-secret.png -------------------------------------------------------------------------------- /docs/1.2/files/default_handler.json: -------------------------------------------------------------------------------- 1 | { 2 | "handlers": { 3 | "default": { 4 | "type": "pipe", 5 | "command": "cat" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /docs/1.2/img/enterprise-dashboard-github-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.2/img/enterprise-dashboard-github-secret.png -------------------------------------------------------------------------------- /docs/1.2/img/enterprise-dashboard-gitlab-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.2/img/enterprise-dashboard-gitlab-secret.png -------------------------------------------------------------------------------- /legacy/0.11/settings.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.11" 3 | category: "Settings" 4 | title: "Settings" 5 | --- 6 | 7 | # Sensu settings 8 | 9 | ... @TODO 10 | -------------------------------------------------------------------------------- /legacy/0.17/files/default_handler.json: -------------------------------------------------------------------------------- 1 | { 2 | "handlers": { 3 | "default": { 4 | "type": "pipe", 5 | "command": "cat" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /legacy/0.17/img/enterprise-dashboard-collections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.17/img/enterprise-dashboard-collections.png -------------------------------------------------------------------------------- /legacy/0.18/files/default_handler.json: -------------------------------------------------------------------------------- 1 | { 2 | "handlers": { 3 | "default": { 4 | "type": "pipe", 5 | "command": "cat" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /legacy/0.18/img/enterprise-dashboard-collections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.18/img/enterprise-dashboard-collections.png -------------------------------------------------------------------------------- /legacy/0.18/img/enterprise-dashboard-github-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.18/img/enterprise-dashboard-github-app.png -------------------------------------------------------------------------------- /legacy/0.19/files/default_handler.json: -------------------------------------------------------------------------------- 1 | { 2 | "handlers": { 3 | "default": { 4 | "type": "pipe", 5 | "command": "cat" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /legacy/0.19/img/enterprise-dashboard-collections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.19/img/enterprise-dashboard-collections.png -------------------------------------------------------------------------------- /legacy/0.19/img/enterprise-dashboard-github-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.19/img/enterprise-dashboard-github-app.png -------------------------------------------------------------------------------- /legacy/0.20/files/default_handler.json: -------------------------------------------------------------------------------- 1 | { 2 | "handlers": { 3 | "default": { 4 | "type": "pipe", 5 | "command": "cat" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /legacy/0.20/img/enterprise-dashboard-collections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.20/img/enterprise-dashboard-collections.png -------------------------------------------------------------------------------- /legacy/0.20/img/enterprise-dashboard-github-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.20/img/enterprise-dashboard-github-app.png -------------------------------------------------------------------------------- /legacy/0.21/files/default_handler.json: -------------------------------------------------------------------------------- 1 | { 2 | "handlers": { 3 | "default": { 4 | "type": "pipe", 5 | "command": "cat" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /legacy/0.21/img/enterprise-dashboard-collections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.21/img/enterprise-dashboard-collections.png -------------------------------------------------------------------------------- /legacy/0.21/img/enterprise-dashboard-github-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.21/img/enterprise-dashboard-github-app.png -------------------------------------------------------------------------------- /legacy/0.21/img/enterprise-dashboard-gitlab-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.21/img/enterprise-dashboard-gitlab-app.png -------------------------------------------------------------------------------- /legacy/0.22/files/default_handler.json: -------------------------------------------------------------------------------- 1 | { 2 | "handlers": { 3 | "default": { 4 | "type": "pipe", 5 | "command": "cat" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /legacy/0.22/img/enterprise-dashboard-collections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.22/img/enterprise-dashboard-collections.png -------------------------------------------------------------------------------- /legacy/0.22/img/enterprise-dashboard-github-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.22/img/enterprise-dashboard-github-app.png -------------------------------------------------------------------------------- /legacy/0.22/img/enterprise-dashboard-gitlab-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.22/img/enterprise-dashboard-gitlab-app.png -------------------------------------------------------------------------------- /legacy/0.23/files/default_handler.json: -------------------------------------------------------------------------------- 1 | { 2 | "handlers": { 3 | "default": { 4 | "type": "pipe", 5 | "command": "cat" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /legacy/0.23/img/enterprise-dashboard-collections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.23/img/enterprise-dashboard-collections.png -------------------------------------------------------------------------------- /legacy/0.23/img/enterprise-dashboard-github-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.23/img/enterprise-dashboard-github-app.png -------------------------------------------------------------------------------- /legacy/0.23/img/enterprise-dashboard-gitlab-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.23/img/enterprise-dashboard-gitlab-app.png -------------------------------------------------------------------------------- /legacy/0.18/img/enterprise-dashboard-github-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.18/img/enterprise-dashboard-github-secret.png -------------------------------------------------------------------------------- /legacy/0.19/img/enterprise-dashboard-github-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.19/img/enterprise-dashboard-github-secret.png -------------------------------------------------------------------------------- /legacy/0.20/img/enterprise-dashboard-github-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.20/img/enterprise-dashboard-github-secret.png -------------------------------------------------------------------------------- /legacy/0.21/img/enterprise-dashboard-github-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.21/img/enterprise-dashboard-github-secret.png -------------------------------------------------------------------------------- /legacy/0.21/img/enterprise-dashboard-gitlab-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.21/img/enterprise-dashboard-gitlab-secret.png -------------------------------------------------------------------------------- /legacy/0.22/img/enterprise-dashboard-github-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.22/img/enterprise-dashboard-github-secret.png -------------------------------------------------------------------------------- /legacy/0.22/img/enterprise-dashboard-gitlab-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.22/img/enterprise-dashboard-gitlab-secret.png -------------------------------------------------------------------------------- /legacy/0.23/img/enterprise-dashboard-github-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.23/img/enterprise-dashboard-github-secret.png -------------------------------------------------------------------------------- /legacy/0.23/img/enterprise-dashboard-gitlab-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.23/img/enterprise-dashboard-gitlab-secret.png -------------------------------------------------------------------------------- /docs/1.0/img/enterprise-dashboard-oidc-pingfederate-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.0/img/enterprise-dashboard-oidc-pingfederate-1.png -------------------------------------------------------------------------------- /docs/1.0/img/enterprise-dashboard-oidc-pingfederate-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.0/img/enterprise-dashboard-oidc-pingfederate-2.png -------------------------------------------------------------------------------- /docs/1.0/img/enterprise-dashboard-oidc-pingfederate-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.0/img/enterprise-dashboard-oidc-pingfederate-3.png -------------------------------------------------------------------------------- /docs/1.0/img/enterprise-dashboard-oidc-pingfederate-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.0/img/enterprise-dashboard-oidc-pingfederate-4.png -------------------------------------------------------------------------------- /docs/1.0/img/enterprise-dashboard-oidc-pingfederate-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.0/img/enterprise-dashboard-oidc-pingfederate-5.png -------------------------------------------------------------------------------- /docs/1.0/img/enterprise-dashboard-overview-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.0/img/enterprise-dashboard-overview-screenshot.png -------------------------------------------------------------------------------- /docs/1.1/img/enterprise-dashboard-oidc-pingfederate-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.1/img/enterprise-dashboard-oidc-pingfederate-1.png -------------------------------------------------------------------------------- /docs/1.1/img/enterprise-dashboard-oidc-pingfederate-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.1/img/enterprise-dashboard-oidc-pingfederate-2.png -------------------------------------------------------------------------------- /docs/1.1/img/enterprise-dashboard-oidc-pingfederate-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.1/img/enterprise-dashboard-oidc-pingfederate-3.png -------------------------------------------------------------------------------- /docs/1.1/img/enterprise-dashboard-oidc-pingfederate-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.1/img/enterprise-dashboard-oidc-pingfederate-4.png -------------------------------------------------------------------------------- /docs/1.1/img/enterprise-dashboard-oidc-pingfederate-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.1/img/enterprise-dashboard-oidc-pingfederate-5.png -------------------------------------------------------------------------------- /docs/1.1/img/enterprise-dashboard-overview-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.1/img/enterprise-dashboard-overview-screenshot.png -------------------------------------------------------------------------------- /docs/1.2/img/enterprise-dashboard-oidc-pingfederate-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.2/img/enterprise-dashboard-oidc-pingfederate-1.png -------------------------------------------------------------------------------- /docs/1.2/img/enterprise-dashboard-oidc-pingfederate-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.2/img/enterprise-dashboard-oidc-pingfederate-2.png -------------------------------------------------------------------------------- /docs/1.2/img/enterprise-dashboard-oidc-pingfederate-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.2/img/enterprise-dashboard-oidc-pingfederate-3.png -------------------------------------------------------------------------------- /docs/1.2/img/enterprise-dashboard-oidc-pingfederate-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.2/img/enterprise-dashboard-oidc-pingfederate-4.png -------------------------------------------------------------------------------- /docs/1.2/img/enterprise-dashboard-oidc-pingfederate-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.2/img/enterprise-dashboard-oidc-pingfederate-5.png -------------------------------------------------------------------------------- /docs/1.2/img/enterprise-dashboard-overview-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/1.2/img/enterprise-dashboard-overview-screenshot.png -------------------------------------------------------------------------------- /docs/0.24/img/enterprise-dashboard-overview-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.24/img/enterprise-dashboard-overview-screenshot.png -------------------------------------------------------------------------------- /docs/0.25/img/enterprise-dashboard-overview-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.25/img/enterprise-dashboard-overview-screenshot.png -------------------------------------------------------------------------------- /docs/0.26/img/enterprise-dashboard-overview-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.26/img/enterprise-dashboard-overview-screenshot.png -------------------------------------------------------------------------------- /docs/0.27/img/enterprise-dashboard-overview-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.27/img/enterprise-dashboard-overview-screenshot.png -------------------------------------------------------------------------------- /docs/0.28/img/enterprise-dashboard-oidc-pingfederate-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.28/img/enterprise-dashboard-oidc-pingfederate-1.png -------------------------------------------------------------------------------- /docs/0.28/img/enterprise-dashboard-oidc-pingfederate-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.28/img/enterprise-dashboard-oidc-pingfederate-2.png -------------------------------------------------------------------------------- /docs/0.28/img/enterprise-dashboard-oidc-pingfederate-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.28/img/enterprise-dashboard-oidc-pingfederate-3.png -------------------------------------------------------------------------------- /docs/0.28/img/enterprise-dashboard-oidc-pingfederate-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.28/img/enterprise-dashboard-oidc-pingfederate-4.png -------------------------------------------------------------------------------- /docs/0.28/img/enterprise-dashboard-oidc-pingfederate-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.28/img/enterprise-dashboard-oidc-pingfederate-5.png -------------------------------------------------------------------------------- /docs/0.28/img/enterprise-dashboard-overview-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.28/img/enterprise-dashboard-overview-screenshot.png -------------------------------------------------------------------------------- /docs/0.29/img/enterprise-dashboard-oidc-pingfederate-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.29/img/enterprise-dashboard-oidc-pingfederate-1.png -------------------------------------------------------------------------------- /docs/0.29/img/enterprise-dashboard-oidc-pingfederate-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.29/img/enterprise-dashboard-oidc-pingfederate-2.png -------------------------------------------------------------------------------- /docs/0.29/img/enterprise-dashboard-oidc-pingfederate-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.29/img/enterprise-dashboard-oidc-pingfederate-3.png -------------------------------------------------------------------------------- /docs/0.29/img/enterprise-dashboard-oidc-pingfederate-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.29/img/enterprise-dashboard-oidc-pingfederate-4.png -------------------------------------------------------------------------------- /docs/0.29/img/enterprise-dashboard-oidc-pingfederate-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.29/img/enterprise-dashboard-oidc-pingfederate-5.png -------------------------------------------------------------------------------- /docs/0.29/img/enterprise-dashboard-overview-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/docs/0.29/img/enterprise-dashboard-overview-screenshot.png -------------------------------------------------------------------------------- /legacy/0.17/getting-started-summary.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.17 3 | category: 4 | title: 5 | next: 6 | url: 7 | text: 8 | info: 9 | warning: 10 | danger: 11 | --- 12 | -------------------------------------------------------------------------------- /legacy/0.18/getting-started-summary.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.18 3 | category: 4 | title: 5 | next: 6 | url: 7 | text: 8 | info: 9 | warning: 10 | danger: 11 | --- 12 | -------------------------------------------------------------------------------- /legacy/0.19/getting-started-summary.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.19 3 | category: 4 | title: 5 | next: 6 | url: 7 | text: 8 | info: 9 | warning: 10 | danger: 11 | --- 12 | -------------------------------------------------------------------------------- /legacy/0.20/getting-started-summary.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.20 3 | category: 4 | title: 5 | next: 6 | url: 7 | text: 8 | info: 9 | warning: 10 | danger: 11 | --- 12 | -------------------------------------------------------------------------------- /legacy/0.21/getting-started-summary.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.21 3 | category: 4 | title: 5 | next: 6 | url: 7 | text: 8 | info: 9 | warning: 10 | danger: 11 | --- 12 | -------------------------------------------------------------------------------- /legacy/0.22/getting-started-summary.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.22 3 | category: 4 | title: 5 | next: 6 | url: 7 | text: 8 | info: 9 | warning: 10 | danger: 11 | --- 12 | -------------------------------------------------------------------------------- /legacy/0.17/img/enterprise-dashboard-overview-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.17/img/enterprise-dashboard-overview-screenshot.png -------------------------------------------------------------------------------- /legacy/0.18/img/enterprise-dashboard-overview-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.18/img/enterprise-dashboard-overview-screenshot.png -------------------------------------------------------------------------------- /legacy/0.19/img/enterprise-dashboard-overview-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.19/img/enterprise-dashboard-overview-screenshot.png -------------------------------------------------------------------------------- /legacy/0.20/img/enterprise-dashboard-overview-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.20/img/enterprise-dashboard-overview-screenshot.png -------------------------------------------------------------------------------- /legacy/0.21/img/enterprise-dashboard-overview-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.21/img/enterprise-dashboard-overview-screenshot.png -------------------------------------------------------------------------------- /legacy/0.22/img/enterprise-dashboard-overview-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.22/img/enterprise-dashboard-overview-screenshot.png -------------------------------------------------------------------------------- /legacy/0.23/img/enterprise-dashboard-overview-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sensu/sensu-docs-legacy/HEAD/legacy/0.23/img/enterprise-dashboard-overview-screenshot.png -------------------------------------------------------------------------------- /docs/0.24/files/client.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "test", 4 | "address": "localhost", 5 | "subscriptions": [ 6 | "test" 7 | ] 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /docs/0.25/files/client.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "test", 4 | "address": "localhost", 5 | "subscriptions": [ 6 | "test" 7 | ] 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /docs/0.26/files/client.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "test", 4 | "address": "localhost", 5 | "subscriptions": [ 6 | "test" 7 | ] 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /docs/0.27/files/client.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "test", 4 | "address": "localhost", 5 | "subscriptions": [ 6 | "test" 7 | ] 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /docs/0.28/files/client.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "test", 4 | "address": "localhost", 5 | "subscriptions": [ 6 | "test" 7 | ] 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /docs/0.29/files/client.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "test", 4 | "address": "localhost", 5 | "subscriptions": [ 6 | "test" 7 | ] 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /docs/1.0/files/client.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "test", 4 | "address": "localhost", 5 | "subscriptions": [ 6 | "test" 7 | ] 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /docs/1.1/files/client.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "test", 4 | "address": "localhost", 5 | "subscriptions": [ 6 | "test" 7 | ] 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /docs/1.2/files/client.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "test", 4 | "address": "localhost", 5 | "subscriptions": [ 6 | "test" 7 | ] 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /legacy/0.17/files/client.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "test", 4 | "address": "localhost", 5 | "subscriptions": [ 6 | "test" 7 | ] 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /legacy/0.18/files/client.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "test", 4 | "address": "localhost", 5 | "subscriptions": [ 6 | "test" 7 | ] 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /legacy/0.19/files/client.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "test", 4 | "address": "localhost", 5 | "subscriptions": [ 6 | "test" 7 | ] 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /legacy/0.20/files/client.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "test", 4 | "address": "localhost", 5 | "subscriptions": [ 6 | "test" 7 | ] 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /legacy/0.21/files/client.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "test", 4 | "address": "localhost", 5 | "subscriptions": [ 6 | "test" 7 | ] 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /legacy/0.22/files/client.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "test", 4 | "address": "localhost", 5 | "subscriptions": [ 6 | "test" 7 | ] 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /legacy/0.23/files/client.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "test", 4 | "address": "localhost", 5 | "subscriptions": [ 6 | "test" 7 | ] 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /legacy/0.12/settings.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.12" 3 | category: "Settings" 4 | title: "Settings" 5 | published: false 6 | --- 7 | 8 | # Sensu settings {#sensu-settings} 9 | 10 | ... @TODO 11 | -------------------------------------------------------------------------------- /legacy/0.23/reference/extensions.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Extensions" 3 | version: 0.23 4 | weight: 10 5 | --- 6 | 7 | # Sensu Extensions 8 | 9 | ## Reference documentation 10 | 11 | Coming soon... 12 | -------------------------------------------------------------------------------- /legacy/0.22/windows-msi-install.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.22 3 | category: "Windows Guide" 4 | title: "Install Sensu MSI (deprecated)" 5 | --- 6 | 7 | 8 | -------------------------------------------------------------------------------- /legacy/0.22/windows-overview.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.22 3 | category: "Windows Guide (deprecated)" 4 | title: "Installing Sensu on Windows: Overview" 5 | --- 6 | 7 | 8 | -------------------------------------------------------------------------------- /legacy/0.22/windows-service-configuration.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.22 3 | category: "Windows Guide" 4 | title: "Configure Sensu on Windows (deprecated)" 5 | --- 6 | 7 | 8 | -------------------------------------------------------------------------------- /docs/0.24/files/simple-sensu-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "redis": { 3 | "host": "127.0.0.1" 4 | }, 5 | "transport": { 6 | "name": "redis" 7 | }, 8 | "api": { 9 | "host": "127.0.0.1", 10 | "port": 4567 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /docs/0.25/files/simple-sensu-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "redis": { 3 | "host": "127.0.0.1" 4 | }, 5 | "transport": { 6 | "name": "redis" 7 | }, 8 | "api": { 9 | "host": "127.0.0.1", 10 | "port": 4567 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /docs/0.26/files/simple-sensu-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "redis": { 3 | "host": "127.0.0.1" 4 | }, 5 | "transport": { 6 | "name": "redis" 7 | }, 8 | "api": { 9 | "host": "127.0.0.1", 10 | "port": 4567 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /docs/0.27/files/simple-sensu-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "redis": { 3 | "host": "127.0.0.1" 4 | }, 5 | "transport": { 6 | "name": "redis" 7 | }, 8 | "api": { 9 | "host": "127.0.0.1", 10 | "port": 4567 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /docs/0.28/files/simple-sensu-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "redis": { 3 | "host": "127.0.0.1" 4 | }, 5 | "transport": { 6 | "name": "redis" 7 | }, 8 | "api": { 9 | "host": "127.0.0.1", 10 | "port": 4567 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /docs/0.29/files/simple-sensu-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "redis": { 3 | "host": "127.0.0.1" 4 | }, 5 | "transport": { 6 | "name": "redis" 7 | }, 8 | "api": { 9 | "host": "127.0.0.1", 10 | "port": 4567 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /docs/1.0/files/check_disk.json: -------------------------------------------------------------------------------- 1 | { 2 | "checks": { 3 | "disk": { 4 | "command": "check-disk-usage.rb -w 85 -c 95", 5 | "interval": 10, 6 | "subscribers": [ 7 | "test" 8 | ] 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /docs/1.0/files/simple-sensu-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "redis": { 3 | "host": "127.0.0.1" 4 | }, 5 | "transport": { 6 | "name": "redis" 7 | }, 8 | "api": { 9 | "host": "127.0.0.1", 10 | "port": 4567 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /docs/1.1/files/check_disk.json: -------------------------------------------------------------------------------- 1 | { 2 | "checks": { 3 | "disk": { 4 | "command": "check-disk-usage.rb -w 85 -c 95", 5 | "interval": 10, 6 | "subscribers": [ 7 | "test" 8 | ] 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /docs/1.1/files/simple-sensu-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "redis": { 3 | "host": "127.0.0.1" 4 | }, 5 | "transport": { 6 | "name": "redis" 7 | }, 8 | "api": { 9 | "host": "127.0.0.1", 10 | "port": 4567 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /docs/1.2/files/check_disk.json: -------------------------------------------------------------------------------- 1 | { 2 | "checks": { 3 | "disk": { 4 | "command": "check-disk-usage.rb -w 85 -c 95", 5 | "interval": 10, 6 | "subscribers": [ 7 | "test" 8 | ] 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /docs/1.2/files/simple-sensu-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "redis": { 3 | "host": "127.0.0.1" 4 | }, 5 | "transport": { 6 | "name": "redis" 7 | }, 8 | "api": { 9 | "host": "127.0.0.1", 10 | "port": 4567 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /legacy/0.22/files/simple-sensu-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "redis": { 3 | "host": "localhost" 4 | }, 5 | "transport": { 6 | "name": "redis" 7 | }, 8 | "api": { 9 | "host": "localhost", 10 | "port": 4567 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /legacy/0.23/files/simple-sensu-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "redis": { 3 | "host": "127.0.0.1" 4 | }, 5 | "transport": { 6 | "name": "redis" 7 | }, 8 | "api": { 9 | "host": "127.0.0.1", 10 | "port": 4567 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /docs/0.24/files/check_disk.json: -------------------------------------------------------------------------------- 1 | { 2 | "checks": { 3 | "disk": { 4 | "command": "check-disk-usage.rb -w 85 -c 95", 5 | "interval": 10, 6 | "subscribers": [ 7 | "test" 8 | ] 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /docs/0.25/files/check_disk.json: -------------------------------------------------------------------------------- 1 | { 2 | "checks": { 3 | "disk": { 4 | "command": "check-disk-usage.rb -w 85 -c 95", 5 | "interval": 10, 6 | "subscribers": [ 7 | "test" 8 | ] 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /docs/0.26/files/check_disk.json: -------------------------------------------------------------------------------- 1 | { 2 | "checks": { 3 | "disk": { 4 | "command": "check-disk-usage.rb -w 85 -c 95", 5 | "interval": 10, 6 | "subscribers": [ 7 | "test" 8 | ] 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /docs/0.27/files/check_disk.json: -------------------------------------------------------------------------------- 1 | { 2 | "checks": { 3 | "disk": { 4 | "command": "check-disk-usage.rb -w 85 -c 95", 5 | "interval": 10, 6 | "subscribers": [ 7 | "test" 8 | ] 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /docs/0.28/files/check_disk.json: -------------------------------------------------------------------------------- 1 | { 2 | "checks": { 3 | "disk": { 4 | "command": "check-disk-usage.rb -w 85 -c 95", 5 | "interval": 10, 6 | "subscribers": [ 7 | "test" 8 | ] 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /docs/0.29/files/check_disk.json: -------------------------------------------------------------------------------- 1 | { 2 | "checks": { 3 | "disk": { 4 | "command": "check-disk-usage.rb -w 85 -c 95", 5 | "interval": 10, 6 | "subscribers": [ 7 | "test" 8 | ] 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /legacy/0.21/files/check_disk.json: -------------------------------------------------------------------------------- 1 | { 2 | "checks": { 3 | "disk": { 4 | "command": "check-disk-usage.rb -w 85 -c 95", 5 | "interval": 10, 6 | "subscribers": [ 7 | "test" 8 | ] 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /legacy/0.22/files/check_disk.json: -------------------------------------------------------------------------------- 1 | { 2 | "checks": { 3 | "disk": { 4 | "command": "check-disk-usage.rb -w 85 -c 95", 5 | "interval": 10, 6 | "subscribers": [ 7 | "test" 8 | ] 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /legacy/0.23/files/check_disk.json: -------------------------------------------------------------------------------- 1 | { 2 | "checks": { 3 | "disk": { 4 | "command": "check-disk-usage.rb -w 85 -c 95", 5 | "interval": 10, 6 | "subscribers": [ 7 | "test" 8 | ] 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /docs/0.24/files/dashboard.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "Datacenter 1", 5 | "host": "localhost", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /docs/0.25/files/dashboard.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "Datacenter 1", 5 | "host": "localhost", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /docs/0.26/files/dashboard.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "Datacenter 1", 5 | "host": "localhost", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /docs/0.27/files/dashboard.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "Datacenter 1", 5 | "host": "localhost", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /docs/0.28/files/dashboard.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "Datacenter 1", 5 | "host": "localhost", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /docs/0.29/files/dashboard.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "Datacenter 1", 5 | "host": "localhost", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /docs/1.0/files/dashboard.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "Datacenter 1", 5 | "host": "localhost", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /docs/1.1/files/dashboard.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "Datacenter 1", 5 | "host": "localhost", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /docs/1.2/files/dashboard.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "Datacenter 1", 5 | "host": "localhost", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /legacy/0.17/files/check_memory.json: -------------------------------------------------------------------------------- 1 | { 2 | "checks": { 3 | "memory": { 4 | "command": "/etc/sensu/plugins/check-mem.sh -w 128 -c 64", 5 | "interval": 10, 6 | "subscribers": [ 7 | "test" 8 | ] 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /legacy/0.18/files/check_memory.json: -------------------------------------------------------------------------------- 1 | { 2 | "checks": { 3 | "memory": { 4 | "command": "/etc/sensu/plugins/check-mem.sh -w 128 -c 64", 5 | "interval": 10, 6 | "subscribers": [ 7 | "test" 8 | ] 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /legacy/0.19/files/check_memory.json: -------------------------------------------------------------------------------- 1 | { 2 | "checks": { 3 | "memory": { 4 | "command": "/etc/sensu/plugins/check-mem.sh -w 128 -c 64", 5 | "interval": 10, 6 | "subscribers": [ 7 | "test" 8 | ] 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /docs/1.0/files/simple-dashboard-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "sensu", 5 | "host": "127.0.0.1", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /docs/1.1/files/simple-dashboard-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "sensu", 5 | "host": "127.0.0.1", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /docs/1.2/files/simple-dashboard-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "sensu", 5 | "host": "127.0.0.1", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /legacy/0.17/files/dashboard.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "Datacenter 1", 5 | "host": "localhost", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /legacy/0.18/files/dashboard.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "Datacenter 1", 5 | "host": "localhost", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /legacy/0.19/files/dashboard.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "Datacenter 1", 5 | "host": "localhost", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /legacy/0.20/files/check_memory.json: -------------------------------------------------------------------------------- 1 | { 2 | "checks": { 3 | "memory": { 4 | "command": "/etc/sensu/plugins/check-memory.sh -w 128 -c 64", 5 | "interval": 10, 6 | "subscribers": [ 7 | "test" 8 | ] 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /legacy/0.20/files/dashboard.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "Datacenter 1", 5 | "host": "localhost", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /legacy/0.21/files/dashboard.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "Datacenter 1", 5 | "host": "localhost", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /legacy/0.22/files/dashboard.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "Datacenter 1", 5 | "host": "localhost", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /legacy/0.23/files/dashboard.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "Datacenter 1", 5 | "host": "localhost", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /docs/0.24/files/simple-dashboard-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "sensu", 5 | "host": "127.0.0.1", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /docs/0.25/files/simple-dashboard-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "sensu", 5 | "host": "127.0.0.1", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /docs/0.26/files/simple-dashboard-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "sensu", 5 | "host": "127.0.0.1", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /docs/0.27/files/simple-dashboard-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "sensu", 5 | "host": "127.0.0.1", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /docs/0.28/files/simple-dashboard-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "sensu", 5 | "host": "127.0.0.1", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /docs/0.29/files/simple-dashboard-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "sensu", 5 | "host": "127.0.0.1", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /legacy/0.22/files/simple-dashboard-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "sensu", 5 | "host": "localhost", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /legacy/0.23/files/simple-dashboard-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "sensu": [ 3 | { 4 | "name": "sensu", 5 | "host": "127.0.0.1", 6 | "port": 4567 7 | } 8 | ], 9 | "dashboard": { 10 | "host": "0.0.0.0", 11 | "port": 3000 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /legacy/0.17/files/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "rabbitmq": { 3 | "host": "localhost", 4 | "vhost": "/sensu", 5 | "user": "sensu", 6 | "password": "secret" 7 | }, 8 | "redis": { 9 | "host": "localhost" 10 | }, 11 | "api": { 12 | "port": 4567 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /legacy/0.18/files/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "rabbitmq": { 3 | "host": "localhost", 4 | "vhost": "/sensu", 5 | "user": "sensu", 6 | "password": "secret" 7 | }, 8 | "redis": { 9 | "host": "localhost" 10 | }, 11 | "api": { 12 | "port": 4567 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /legacy/0.19/files/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "rabbitmq": { 3 | "host": "localhost", 4 | "vhost": "/sensu", 5 | "user": "sensu", 6 | "password": "secret" 7 | }, 8 | "redis": { 9 | "host": "localhost" 10 | }, 11 | "api": { 12 | "port": 4567 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /legacy/0.17/getting-started-with-enterprise.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.17 3 | category: "Getting Started Guide" 4 | title: "Getting Started with Sensu Enterprise" 5 | next: 6 | url: "getting-started-summary" 7 | text: "Getting Started Summary" 8 | info: 9 | warning: 10 | danger: 11 | --- 12 | -------------------------------------------------------------------------------- /legacy/0.18/getting-started-with-enterprise.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.18 3 | category: "Getting Started Guide" 4 | title: "Getting Started with Sensu Enterprise" 5 | next: 6 | url: "getting-started-summary" 7 | text: "Getting Started Summary" 8 | info: 9 | warning: 10 | danger: 11 | --- 12 | -------------------------------------------------------------------------------- /legacy/0.19/getting-started-with-enterprise.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.19 3 | category: "Getting Started Guide" 4 | title: "Getting Started with Sensu Enterprise" 5 | next: 6 | url: "getting-started-summary" 7 | text: "Getting Started Summary" 8 | info: 9 | warning: 10 | danger: 11 | --- 12 | -------------------------------------------------------------------------------- /legacy/0.20/getting-started-with-enterprise.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.20 3 | category: "Getting Started Guide" 4 | title: "Getting Started with Sensu Enterprise" 5 | next: 6 | url: "getting-started-summary" 7 | text: "Getting Started Summary" 8 | info: 9 | warning: 10 | danger: 11 | --- 12 | -------------------------------------------------------------------------------- /legacy/0.21/getting-started-with-enterprise.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.21 3 | category: "Getting Started Guide" 4 | title: "Getting Started with Sensu Enterprise" 5 | next: 6 | url: "getting-started-summary" 7 | text: "Getting Started Summary" 8 | info: 9 | warning: 10 | danger: 11 | --- 12 | -------------------------------------------------------------------------------- /legacy/0.22/getting-started-with-enterprise.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.22 3 | category: "Getting Started Guide" 4 | title: "Getting Started with Sensu Enterprise" 5 | next: 6 | url: "getting-started-summary" 7 | text: "Getting Started Summary" 8 | info: 9 | warning: 10 | danger: 11 | --- 12 | -------------------------------------------------------------------------------- /docs/0.26/enterprise/rbac/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "RBAC" 3 | weight: 3 4 | version: 0.26 5 | --- 6 | 7 | %h2= "Role Based Access Controls" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/0.27/enterprise/rbac/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "RBAC" 3 | weight: 3 4 | version: 0.27 5 | --- 6 | 7 | %h2= "Role Based Access Controls" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/0.28/enterprise/rbac/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "RBAC" 3 | weight: 3 4 | version: 0.28 5 | --- 6 | 7 | %h2= "Role Based Access Controls" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/0.29/enterprise/rbac/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "RBAC" 3 | weight: 3 4 | version: 0.29 5 | --- 6 | 7 | %h2= "Role Based Access Controls" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/1.0/enterprise/rbac/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "RBAC" 3 | weight: 3 4 | version: 1.0 5 | --- 6 | 7 | %h2= "Role Based Access Controls" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/1.1/enterprise/rbac/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "RBAC" 3 | weight: 3 4 | version: 1.1 5 | --- 6 | 7 | %h2= "Role Based Access Controls" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/1.2/enterprise/rbac/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "RBAC" 3 | weight: 3 4 | version: 1.2 5 | --- 6 | 7 | %h2= "Role Based Access Controls" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/0.24/enterprise/console/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Console" 3 | weight: 9 4 | version: 0.24 5 | --- 6 | 7 | %h2= "Sensu Enterprise Console" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/0.25/enterprise/console/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Console" 3 | weight: 9 4 | version: 0.25 5 | --- 6 | 7 | %h2= "Sensu Enterprise Console" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/1.0/enterprise/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Enterprise" 3 | section: 7 4 | weight: 0 5 | version: 1.0 6 | --- 7 | 8 | %h2= "Sensu Enterprise" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/1.0/platforms/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Platforms" 3 | section: 9 4 | weight: 0 5 | version: 1.0 6 | --- 7 | 8 | %h2= "Supported Platforms" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/1.1/enterprise/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Enterprise" 3 | section: 7 4 | weight: 0 5 | version: 1.1 6 | --- 7 | 8 | %h2= "Sensu Enterprise" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/1.1/platforms/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Platforms" 3 | section: 9 4 | weight: 0 5 | version: 1.1 6 | --- 7 | 8 | %h2= "Supported Platforms" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/1.2/enterprise/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Enterprise" 3 | section: 7 4 | weight: 0 5 | version: 1.2 6 | --- 7 | 8 | %h2= "Sensu Enterprise" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/1.2/platforms/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Platforms" 3 | section: 9 4 | weight: 0 5 | version: 1.2 6 | --- 7 | 8 | %h2= "Supported Platforms" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /legacy/0.23/enterprise/console/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Console" 3 | weight: 9 4 | version: 0.23 5 | --- 6 | 7 | %h2= "Sensu Enterprise Console" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/0.24/enterprise/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Enterprise" 3 | section: 7 4 | weight: 0 5 | version: 0.24 6 | --- 7 | 8 | %h2= "Sensu Enterprise" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/0.24/files/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "rabbitmq": { 3 | "host": "localhost", 4 | "vhost": "/sensu", 5 | "user": "sensu", 6 | "password": "secret" 7 | }, 8 | "redis": { 9 | "host": "localhost" 10 | }, 11 | "api": { 12 | "host": "localhost", 13 | "port": 4567 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /docs/0.24/guides/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Guides" 3 | section: 4 4 | weight: 0 5 | version: 0.24 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "Guides" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/0.24/platforms/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Platforms" 3 | section: 9 4 | weight: 0 5 | version: 0.24 6 | --- 7 | 8 | %h2= "Supported Platforms" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/0.25/enterprise/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Enterprise" 3 | section: 7 4 | weight: 0 5 | version: 0.25 6 | --- 7 | 8 | %h2= "Sensu Enterprise" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/0.25/files/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "rabbitmq": { 3 | "host": "localhost", 4 | "vhost": "/sensu", 5 | "user": "sensu", 6 | "password": "secret" 7 | }, 8 | "redis": { 9 | "host": "localhost" 10 | }, 11 | "api": { 12 | "host": "localhost", 13 | "port": 4567 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /docs/0.25/guides/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Guides" 3 | section: 4 4 | weight: 0 5 | version: 0.25 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "Guides" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/0.25/platforms/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Platforms" 3 | section: 9 4 | weight: 0 5 | version: 0.25 6 | --- 7 | 8 | %h2= "Supported Platforms" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/0.26/enterprise/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Enterprise" 3 | section: 7 4 | weight: 0 5 | version: 0.26 6 | --- 7 | 8 | %h2= "Sensu Enterprise" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/0.26/files/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "rabbitmq": { 3 | "host": "localhost", 4 | "vhost": "/sensu", 5 | "user": "sensu", 6 | "password": "secret" 7 | }, 8 | "redis": { 9 | "host": "localhost" 10 | }, 11 | "api": { 12 | "host": "localhost", 13 | "port": 4567 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /docs/0.26/guides/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Guides" 3 | section: 4 4 | weight: 0 5 | version: 0.26 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "Guides" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/0.26/platforms/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Platforms" 3 | section: 9 4 | weight: 0 5 | version: 0.26 6 | --- 7 | 8 | %h2= "Supported Platforms" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/0.27/enterprise/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Enterprise" 3 | section: 7 4 | weight: 0 5 | version: 0.27 6 | --- 7 | 8 | %h2= "Sensu Enterprise" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/0.27/files/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "rabbitmq": { 3 | "host": "localhost", 4 | "vhost": "/sensu", 5 | "user": "sensu", 6 | "password": "secret" 7 | }, 8 | "redis": { 9 | "host": "localhost" 10 | }, 11 | "api": { 12 | "host": "localhost", 13 | "port": 4567 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /docs/0.27/guides/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Guides" 3 | section: 4 4 | weight: 0 5 | version: 0.27 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "Guides" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/0.27/platforms/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Platforms" 3 | section: 9 4 | weight: 0 5 | version: 0.27 6 | --- 7 | 8 | %h2= "Supported Platforms" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/0.28/enterprise/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Enterprise" 3 | section: 7 4 | weight: 0 5 | version: 0.28 6 | --- 7 | 8 | %h2= "Sensu Enterprise" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/0.28/files/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "rabbitmq": { 3 | "host": "localhost", 4 | "vhost": "/sensu", 5 | "user": "sensu", 6 | "password": "secret" 7 | }, 8 | "redis": { 9 | "host": "localhost" 10 | }, 11 | "api": { 12 | "host": "localhost", 13 | "port": 4567 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /docs/0.28/guides/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Guides" 3 | section: 4 4 | weight: 0 5 | version: 0.28 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "Guides" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/0.28/platforms/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Platforms" 3 | section: 9 4 | weight: 0 5 | version: 0.28 6 | --- 7 | 8 | %h2= "Supported Platforms" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/0.29/enterprise/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Enterprise" 3 | section: 7 4 | weight: 0 5 | version: 0.29 6 | --- 7 | 8 | %h2= "Sensu Enterprise" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/0.29/files/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "rabbitmq": { 3 | "host": "localhost", 4 | "vhost": "/sensu", 5 | "user": "sensu", 6 | "password": "secret" 7 | }, 8 | "redis": { 9 | "host": "localhost" 10 | }, 11 | "api": { 12 | "host": "localhost", 13 | "port": 4567 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /docs/0.29/guides/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Guides" 3 | section: 4 4 | weight: 0 5 | version: 0.29 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "Guides" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/0.29/platforms/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Platforms" 3 | section: 9 4 | weight: 0 5 | version: 0.29 6 | --- 7 | 8 | %h2= "Supported Platforms" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/1.0/files/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "rabbitmq": { 3 | "host": "localhost", 4 | "vhost": "/sensu", 5 | "user": "sensu", 6 | "password": "secret" 7 | }, 8 | "redis": { 9 | "host": "localhost" 10 | }, 11 | "api": { 12 | "host": "localhost", 13 | "port": 4567 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /docs/1.0/guides/getting-started/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Getting Started" 3 | weight: 0 4 | version: 1.0 5 | --- 6 | 7 | %h2= "Getting Started Guide" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/1.0/guides/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Guides" 3 | section: 4 4 | weight: 0 5 | version: 1.0 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "Guides" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/1.1/files/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "rabbitmq": { 3 | "host": "localhost", 4 | "vhost": "/sensu", 5 | "user": "sensu", 6 | "password": "secret" 7 | }, 8 | "redis": { 9 | "host": "localhost" 10 | }, 11 | "api": { 12 | "host": "localhost", 13 | "port": 4567 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /docs/1.1/guides/getting-started/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Getting Started" 3 | weight: 0 4 | version: 1.1 5 | --- 6 | 7 | %h2= "Getting Started Guide" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/1.1/guides/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Guides" 3 | section: 4 4 | weight: 0 5 | version: 1.1 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "Guides" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/1.2/files/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "rabbitmq": { 3 | "host": "localhost", 4 | "vhost": "/sensu", 5 | "user": "sensu", 6 | "password": "secret" 7 | }, 8 | "redis": { 9 | "host": "localhost" 10 | }, 11 | "api": { 12 | "host": "localhost", 13 | "port": 4567 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /docs/1.2/guides/getting-started/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Getting Started" 3 | weight: 0 4 | version: 1.2 5 | --- 6 | 7 | %h2= "Getting Started Guide" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/1.2/guides/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Guides" 3 | section: 4 4 | weight: 0 5 | version: 1.2 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "Guides" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /legacy/0.20/files/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "rabbitmq": { 3 | "host": "localhost", 4 | "vhost": "/sensu", 5 | "user": "sensu", 6 | "password": "secret" 7 | }, 8 | "redis": { 9 | "host": "localhost" 10 | }, 11 | "api": { 12 | "host": "localhost", 13 | "port": 4567 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /legacy/0.21/files/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "rabbitmq": { 3 | "host": "localhost", 4 | "vhost": "/sensu", 5 | "user": "sensu", 6 | "password": "secret" 7 | }, 8 | "redis": { 9 | "host": "localhost" 10 | }, 11 | "api": { 12 | "host": "localhost", 13 | "port": 4567 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /legacy/0.22/files/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "rabbitmq": { 3 | "host": "localhost", 4 | "vhost": "/sensu", 5 | "user": "sensu", 6 | "password": "secret" 7 | }, 8 | "redis": { 9 | "host": "localhost" 10 | }, 11 | "api": { 12 | "host": "localhost", 13 | "port": 4567 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /legacy/0.23/enterprise/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Enterprise" 3 | section: 7 4 | weight: 0 5 | version: 0.23 6 | --- 7 | 8 | %h2= "Sensu Enterprise" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /legacy/0.23/files/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "rabbitmq": { 3 | "host": "localhost", 4 | "vhost": "/sensu", 5 | "user": "sensu", 6 | "password": "secret" 7 | }, 8 | "redis": { 9 | "host": "localhost" 10 | }, 11 | "api": { 12 | "host": "localhost", 13 | "port": 4567 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /legacy/0.23/guides/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Guides" 3 | section: 4 4 | weight: 0 5 | version: 0.23 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "Guides" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /legacy/0.23/platforms/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Platforms" 3 | section: 9 4 | weight: 0 5 | version: 0.23 6 | --- 7 | 8 | %h2= "Supported Platforms" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/0.24/enterprise/filters/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Filters" 3 | weight: 11 4 | version: 0.24 5 | --- 6 | 7 | %h2= "Sensu Enterprise Built-In Filters" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/0.24/guides/getting-started/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Getting Started" 3 | weight: 0 4 | version: 0.24 5 | --- 6 | 7 | %h2= "Getting Started Guide" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/0.24/overview/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Overview" 3 | section: 1 4 | weight: 0 5 | version: 0.24 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "Overview" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/0.25/enterprise/filters/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Filters" 3 | weight: 11 4 | version: 0.25 5 | --- 6 | 7 | %h2= "Sensu Enterprise Built-In Filters" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/0.25/guides/getting-started/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Getting Started" 3 | weight: 0 4 | version: 0.25 5 | --- 6 | 7 | %h2= "Getting Started Guide" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/0.25/overview/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Overview" 3 | section: 1 4 | weight: 0 5 | version: 0.25 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "Overview" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/0.26/enterprise/filters/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Filters" 3 | weight: 11 4 | version: 0.26 5 | --- 6 | 7 | %h2= "Sensu Enterprise Built-In Filters" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/0.26/guides/getting-started/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Getting Started" 3 | weight: 0 4 | version: 0.26 5 | --- 6 | 7 | %h2= "Getting Started Guide" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/0.26/overview/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Overview" 3 | section: 1 4 | weight: 0 5 | version: 0.26 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "Overview" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/0.27/enterprise/filters/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Filters" 3 | weight: 11 4 | version: 0.27 5 | --- 6 | 7 | %h2= "Sensu Enterprise Built-In Filters" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/0.27/guides/getting-started/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Getting Started" 3 | weight: 0 4 | version: 0.27 5 | --- 6 | 7 | %h2= "Getting Started Guide" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/0.27/overview/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Overview" 3 | section: 1 4 | weight: 0 5 | version: 0.27 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "Overview" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/0.28/enterprise/filters/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Filters" 3 | weight: 11 4 | version: 0.28 5 | --- 6 | 7 | %h2= "Sensu Enterprise Built-In Filters" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/0.28/guides/getting-started/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Getting Started" 3 | weight: 0 4 | version: 0.28 5 | --- 6 | 7 | %h2= "Getting Started Guide" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/0.28/overview/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Overview" 3 | section: 1 4 | weight: 0 5 | version: 0.28 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "Overview" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/0.29/enterprise/filters/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Filters" 3 | weight: 11 4 | version: 0.29 5 | --- 6 | 7 | %h2= "Sensu Enterprise Built-In Filters" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/0.29/guides/getting-started/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Getting Started" 3 | weight: 0 4 | version: 0.29 5 | --- 6 | 7 | %h2= "Getting Started Guide" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/0.29/overview/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Overview" 3 | section: 1 4 | weight: 0 5 | version: 0.29 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "Overview" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/1.0/enterprise/filters/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Filters" 3 | weight: 11 4 | version: 1.0 5 | --- 6 | 7 | %h2= "Sensu Enterprise Built-In Filters" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/1.0/overview/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Overview" 3 | section: 1 4 | weight: 0 5 | version: 1.0 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "Overview" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/1.1/enterprise/filters/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Filters" 3 | weight: 11 4 | version: 1.1 5 | --- 6 | 7 | %h2= "Sensu Enterprise Built-In Filters" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/1.1/overview/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Overview" 3 | section: 1 4 | weight: 0 5 | version: 1.1 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "Overview" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/1.2/enterprise/filters/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Filters" 3 | weight: 11 4 | version: 1.2 5 | --- 6 | 7 | %h2= "Sensu Enterprise Built-In Filters" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /docs/1.2/overview/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Overview" 3 | section: 1 4 | weight: 0 5 | version: 1.2 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "Overview" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /legacy/0.23/enterprise/filters/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Filters" 3 | weight: 11 4 | version: 0.23 5 | --- 6 | 7 | %h2= "Sensu Enterprise Built-In Filters" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /legacy/0.23/guides/getting-started/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Getting Started" 3 | weight: 0 4 | version: 0.23 5 | --- 6 | 7 | %h2= "Getting Started Guide" 8 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 9 | %ul 10 | = partial "toc-helper", locals: { content: page } 11 | -------------------------------------------------------------------------------- /legacy/0.23/overview/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Overview" 3 | section: 1 4 | weight: 0 5 | version: 0.23 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "Overview" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/0.24/api/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "API" 3 | section: 6 4 | weight: 0 5 | version: 0.24 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "API Reference Documentation" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/0.24/quick-start/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Quick Start" 3 | section: 2 4 | weight: 0 5 | version: 0.24 6 | --- 7 | 8 | %h2= "Sensu Installation Documentation" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/0.25/api/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "API" 3 | section: 6 4 | weight: 0 5 | version: 0.25 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "API Reference Documentation" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/0.25/quick-start/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Quick Start" 3 | section: 2 4 | weight: 0 5 | version: 0.25 6 | --- 7 | 8 | %h2= "Sensu Installation Documentation" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/0.26/api/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "API" 3 | section: 6 4 | weight: 0 5 | version: 0.26 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "API Reference Documentation" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/0.26/quick-start/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Quick Start" 3 | section: 2 4 | weight: 0 5 | version: 0.26 6 | --- 7 | 8 | %h2= "Sensu Installation Documentation" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/0.27/api/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "API" 3 | section: 6 4 | weight: 0 5 | version: 0.27 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "API Reference Documentation" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/0.27/quick-start/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Quick Start" 3 | section: 2 4 | weight: 0 5 | version: 0.27 6 | --- 7 | 8 | %h2= "Sensu Installation Documentation" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/0.28/api/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "API" 3 | section: 6 4 | weight: 0 5 | version: 0.28 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "API Reference Documentation" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/0.28/quick-start/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Quick Start" 3 | section: 2 4 | weight: 0 5 | version: 0.28 6 | --- 7 | 8 | %h2= "Sensu Installation Documentation" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/0.29/api/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "API" 3 | section: 6 4 | weight: 0 5 | version: 0.29 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "API Reference Documentation" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/0.29/quick-start/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Quick Start" 3 | section: 2 4 | weight: 0 5 | version: 0.29 6 | --- 7 | 8 | %h2= "Sensu Installation Documentation" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/1.0/api/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "API" 3 | section: 6 4 | weight: 0 5 | version: 1.0 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "API Reference Documentation" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/1.0/installation/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Installation" 3 | section: 3 4 | weight: 0 5 | version: 1.0 6 | --- 7 | 8 | %h2= "Sensu Installation Documentation" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/1.0/quick-start/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Quick Start" 3 | section: 2 4 | weight: 0 5 | version: 1.0 6 | --- 7 | 8 | %h2= "Sensu Installation Documentation" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/1.1/api/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "API" 3 | section: 6 4 | weight: 0 5 | version: 1.1 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "API Reference Documentation" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/1.1/installation/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Installation" 3 | section: 3 4 | weight: 0 5 | version: 1.1 6 | --- 7 | 8 | %h2= "Sensu Installation Documentation" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/1.1/quick-start/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Quick Start" 3 | section: 2 4 | weight: 0 5 | version: 1.1 6 | --- 7 | 8 | %h2= "Sensu Installation Documentation" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/1.2/api/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "API" 3 | section: 6 4 | weight: 0 5 | version: 1.2 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "API Reference Documentation" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/1.2/installation/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Installation" 3 | section: 3 4 | weight: 0 5 | version: 1.2 6 | --- 7 | 8 | %h2= "Sensu Installation Documentation" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/1.2/quick-start/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Quick Start" 3 | section: 2 4 | weight: 0 5 | version: 1.2 6 | --- 7 | 8 | %h2= "Sensu Installation Documentation" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /legacy/0.23/api/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "API" 3 | section: 6 4 | weight: 0 5 | version: 0.23 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "API Reference Documentation" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /docs/0.24/files/simple-client-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "my-first-sensu-client", 4 | "address": "127.0.0.1", 5 | "environment": "development", 6 | "subscriptions": [ 7 | "dev" 8 | ], 9 | "socket": { 10 | "bind": "127.0.0.1", 11 | "port": 3030 12 | } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /docs/0.24/installation/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Installation" 3 | section: 3 4 | weight: 0 5 | version: 0.24 6 | --- 7 | 8 | %h2= "Sensu Installation Documentation" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/0.25/files/simple-client-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "my-first-sensu-client", 4 | "address": "127.0.0.1", 5 | "environment": "development", 6 | "subscriptions": [ 7 | "dev" 8 | ], 9 | "socket": { 10 | "bind": "127.0.0.1", 11 | "port": 3030 12 | } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /docs/0.25/installation/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Installation" 3 | section: 3 4 | weight: 0 5 | version: 0.25 6 | --- 7 | 8 | %h2= "Sensu Installation Documentation" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/0.26/files/simple-client-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "my-first-sensu-client", 4 | "address": "127.0.0.1", 5 | "environment": "development", 6 | "subscriptions": [ 7 | "dev" 8 | ], 9 | "socket": { 10 | "bind": "127.0.0.1", 11 | "port": 3030 12 | } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /docs/0.26/installation/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Installation" 3 | section: 3 4 | weight: 0 5 | version: 0.26 6 | --- 7 | 8 | %h2= "Sensu Installation Documentation" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/0.27/files/simple-client-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "my-first-sensu-client", 4 | "address": "127.0.0.1", 5 | "environment": "development", 6 | "subscriptions": [ 7 | "dev" 8 | ], 9 | "socket": { 10 | "bind": "127.0.0.1", 11 | "port": 3030 12 | } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /docs/0.27/installation/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Installation" 3 | section: 3 4 | weight: 0 5 | version: 0.27 6 | --- 7 | 8 | %h2= "Sensu Installation Documentation" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/0.28/files/simple-client-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "my-first-sensu-client", 4 | "address": "127.0.0.1", 5 | "environment": "development", 6 | "subscriptions": [ 7 | "dev" 8 | ], 9 | "socket": { 10 | "bind": "127.0.0.1", 11 | "port": 3030 12 | } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /docs/0.28/installation/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Installation" 3 | section: 3 4 | weight: 0 5 | version: 0.28 6 | --- 7 | 8 | %h2= "Sensu Installation Documentation" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/0.29/files/simple-client-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "my-first-sensu-client", 4 | "address": "127.0.0.1", 5 | "environment": "development", 6 | "subscriptions": [ 7 | "dev" 8 | ], 9 | "socket": { 10 | "bind": "127.0.0.1", 11 | "port": 3030 12 | } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /docs/0.29/installation/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Installation" 3 | section: 3 4 | weight: 0 5 | version: 0.29 6 | --- 7 | 8 | %h2= "Sensu Installation Documentation" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /docs/1.0/files/simple-client-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "my-first-sensu-client", 4 | "address": "127.0.0.1", 5 | "environment": "development", 6 | "subscriptions": [ 7 | "dev" 8 | ], 9 | "socket": { 10 | "bind": "127.0.0.1", 11 | "port": 3030 12 | } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /docs/1.1/files/simple-client-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "my-first-sensu-client", 4 | "address": "127.0.0.1", 5 | "environment": "development", 6 | "subscriptions": [ 7 | "dev" 8 | ], 9 | "socket": { 10 | "bind": "127.0.0.1", 11 | "port": 3030 12 | } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /docs/1.2/files/simple-client-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "my-first-sensu-client", 4 | "address": "127.0.0.1", 5 | "environment": "development", 6 | "subscriptions": [ 7 | "dev" 8 | ], 9 | "socket": { 10 | "bind": "127.0.0.1", 11 | "port": 3030 12 | } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /legacy/0.23/installation/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Installation" 3 | section: 3 4 | weight: 0 5 | version: 0.23 6 | --- 7 | 8 | %h2= "Sensu Installation Documentation" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /legacy/0.23/quick-start/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Quick Start" 3 | section: 2 4 | weight: 0 5 | version: 0.23 6 | --- 7 | 8 | %h2= "Sensu Installation Documentation" 9 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 10 | %ul 11 | = partial "toc-helper", locals: { content: page } 12 | -------------------------------------------------------------------------------- /legacy/0.22/files/simple-client-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "my-first-sensu-client", 4 | "address": "localhost", 5 | "environment": "development", 6 | "subscriptions": [ 7 | "dev" 8 | ], 9 | "socket": { 10 | "bind": "127.0.0.1", 11 | "port": 3030 12 | } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /legacy/0.23/files/simple-client-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "name": "my-first-sensu-client", 4 | "address": "127.0.0.1", 5 | "environment": "development", 6 | "subscriptions": [ 7 | "dev" 8 | ], 9 | "socket": { 10 | "bind": "127.0.0.1", 11 | "port": 3030 12 | } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /legacy/0.23/reference/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Reference Docs" 3 | section: 5 4 | weight: 0 5 | version: 0.23 6 | layout: "docs" 7 | --- 8 | 9 | %h2= "Reference Documentation" 10 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 11 | %ul 12 | = partial "toc-helper", locals: { content: page } 13 | -------------------------------------------------------------------------------- /legacy/0.17/api_info.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.17" 3 | category: "API" 4 | title: "API info (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.18/api_info.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.18" 3 | category: "API" 4 | title: "API info (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.19/api_info.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.19" 3 | category: "API" 4 | title: "API info (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.20/api_info.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.20" 3 | category: "API" 4 | title: "API info (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.21/api_info.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.21" 3 | category: "API" 4 | title: "API info (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.22/api_info.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.22" 3 | category: "API" 4 | title: "API info (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.17/api_checks.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.17" 3 | category: "API" 4 | title: "API checks (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.17/api_events.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.17" 3 | category: "API" 4 | title: "API events (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.17/api_health.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.17" 3 | category: "API" 4 | title: "API health (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.17/api_overview.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.17" 3 | category: "API" 4 | title: "API (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.18/api_checks.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.18" 3 | category: "API" 4 | title: "API checks (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.18/api_events.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.18" 3 | category: "API" 4 | title: "API events (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.18/api_health.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.18" 3 | category: "API" 4 | title: "API health (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.18/api_overview.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.18" 3 | category: "API" 4 | title: "API (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.19/api_checks.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.19" 3 | category: "API" 4 | title: "API checks (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.19/api_events.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.19" 3 | category: "API" 4 | title: "API events (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.19/api_health.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.19" 3 | category: "API" 4 | title: "API health (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.19/api_overview.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.19" 3 | category: "API" 4 | title: "API (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.20/api_checks.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.20" 3 | category: "API" 4 | title: "API checks (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.20/api_events.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.20" 3 | category: "API" 4 | title: "API events (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.20/api_health.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.20" 3 | category: "API" 4 | title: "API health (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.20/api_overview.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.20" 3 | category: "API" 4 | title: "API (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.21/api_checks.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.21" 3 | category: "API" 4 | title: "API checks (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.21/api_events.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.21" 3 | category: "API" 4 | title: "API events (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.21/api_health.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.21" 3 | category: "API" 4 | title: "API health (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.21/api_overview.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.21" 3 | category: "API" 4 | title: "API (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.22/api_checks.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.22" 3 | category: "API" 4 | title: "API checks (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.22/api_events.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.22" 3 | category: "API" 4 | title: "API events (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.22/api_health.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.22" 3 | category: "API" 4 | title: "API health (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.22/api_overview.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.22" 3 | category: "API" 4 | title: "API (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.17/api_clients.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.17" 3 | category: "API" 4 | title: "API clients (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.17/api_stashes.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.17" 3 | category: "API" 4 | title: "API stashes (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.17/certificates.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.17" 3 | category: "Installation" 4 | title: "SSL certificates (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.17/upgrading.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.17" 3 | category: "Installation" 4 | title: "Upgrading (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.18/api_clients.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.18" 3 | category: "API" 4 | title: "API clients (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.18/api_stashes.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.18" 3 | category: "API" 4 | title: "API stashes (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.18/certificates.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.18" 3 | category: "Installation" 4 | title: "SSL certificates (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.18/upgrading.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.18" 3 | category: "Installation" 4 | title: "Upgrading (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.19/api_clients.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.19" 3 | category: "API" 4 | title: "API clients (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.19/api_stashes.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.19" 3 | category: "API" 4 | title: "API stashes (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.19/certificates.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.19" 3 | category: "Installation" 4 | title: "SSL certificates (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.19/upgrading.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.19" 3 | category: "Installation" 4 | title: "Upgrading (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.20/api_clients.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.20" 3 | category: "API" 4 | title: "API clients (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.20/api_stashes.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.20" 3 | category: "API" 4 | title: "API stashes (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.20/certificates.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.20" 3 | category: "Installation" 4 | title: "SSL certificates (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.21/api_clients.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.21" 3 | category: "API" 4 | title: "API clients (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.21/api_stashes.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.21" 3 | category: "API" 4 | title: "API stashes (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.21/certificates.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.21" 3 | category: "Installation" 4 | title: "SSL certificates (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.22/api_clients.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.22" 3 | category: "API" 4 | title: "API clients (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.22/api_stashes.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.22" 3 | category: "API" 4 | title: "API stashes (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.22/certificates.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.22" 3 | category: "Installation" 4 | title: "SSL certificates (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.16/development.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.16" 3 | category: "Project" 4 | title: "Development" 5 | --- 6 | 7 | # Development 8 | 9 | ## Planning and roadmap 10 | 11 | The Sensu core project uses a combination of [GitHub 12 | issues](https://github.com/sensu/sensu/issues) and a [Trello 13 | board](https://trello.com/b/FmvlrdrS/sensu-core) for planning a 14 | release. 15 | -------------------------------------------------------------------------------- /legacy/0.17/api_aggregates.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.17" 3 | category: "API" 4 | title: "API aggregates (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.17/packages.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.17" 3 | category: "Installation" 4 | title: "Sensu packages (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.17/windows.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.17" 3 | category: "Installation" 4 | title: "Windows (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.18/api_aggregates.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.18" 3 | category: "API" 4 | title: "API aggregates (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.18/packages.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.18" 3 | category: "Installation" 4 | title: "Sensu packages (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.18/windows.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.18" 3 | category: "Installation" 4 | title: "Windows (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.19/api_aggregates.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.19" 3 | category: "API" 4 | title: "API aggregates (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.19/packages.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.19" 3 | category: "Installation" 4 | title: "Sensu packages (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.19/windows.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.19" 3 | category: "Installation" 4 | title: "Windows (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.20/api_aggregates.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.20" 3 | category: "API" 4 | title: "API aggregates (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.20/packages.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.20" 3 | category: "Installation" 4 | title: "Sensu packages (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.20/windows.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.20" 3 | category: "Installation" 4 | title: "Windows (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.21/api_aggregates.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.21" 3 | category: "API" 4 | title: "API aggregates (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.21/packages.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.21" 3 | category: "Installation" 4 | title: "Sensu packages (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.21/windows.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.21" 3 | category: "Installation" 4 | title: "Windows (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.22/api_aggregates.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.22" 3 | category: "API" 4 | title: "API aggregates (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.22/packages.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.22" 3 | category: "Installation" 4 | title: "Sensu packages (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /docs/1.0/reference/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Reference Docs" 3 | description: "Reference documentation for Sensu." 4 | section: 5 5 | weight: 0 6 | version: 1.0 7 | layout: "docs" 8 | --- 9 | 10 | %h2= "Reference Documentation" 11 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 12 | %ul 13 | = partial "toc-helper", locals: { content: page } 14 | -------------------------------------------------------------------------------- /docs/1.1/reference/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Reference Docs" 3 | description: "Reference documentation for Sensu." 4 | section: 5 5 | weight: 0 6 | version: 1.1 7 | layout: "docs" 8 | --- 9 | 10 | %h2= "Reference Documentation" 11 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 12 | %ul 13 | = partial "toc-helper", locals: { content: page } 14 | -------------------------------------------------------------------------------- /docs/1.2/reference/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Reference Docs" 3 | description: "Reference documentation for Sensu." 4 | section: 5 5 | weight: 0 6 | version: 1.2 7 | layout: "docs" 8 | --- 9 | 10 | %h2= "Reference Documentation" 11 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 12 | %ul 13 | = partial "toc-helper", locals: { content: page } 14 | -------------------------------------------------------------------------------- /legacy/0.17/guide.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.17" 3 | category: "Installation" 4 | title: "Guide (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.18/guide.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.18" 3 | category: "Installation" 4 | title: "Guide (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.19/guide.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.19" 3 | category: "Installation" 4 | title: "Guide (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.20/guide.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.20" 3 | category: "Installation" 4 | title: "Guide (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.21/guide.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.21" 3 | category: "Installation" 4 | title: "Guide (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.22/guide.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.22" 3 | category: "Installation" 4 | title: "Guide (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /docs/0.24/reference/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Reference Docs" 3 | description: "Reference documentation for Sensu." 4 | section: 5 5 | weight: 0 6 | version: 0.24 7 | layout: "docs" 8 | --- 9 | 10 | %h2= "Reference Documentation" 11 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 12 | %ul 13 | = partial "toc-helper", locals: { content: page } 14 | -------------------------------------------------------------------------------- /docs/0.25/reference/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Reference Docs" 3 | description: "Reference documentation for Sensu." 4 | section: 5 5 | weight: 0 6 | version: 0.25 7 | layout: "docs" 8 | --- 9 | 10 | %h2= "Reference Documentation" 11 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 12 | %ul 13 | = partial "toc-helper", locals: { content: page } 14 | -------------------------------------------------------------------------------- /docs/0.26/reference/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Reference Docs" 3 | description: "Reference documentation for Sensu." 4 | section: 5 5 | weight: 0 6 | version: 0.26 7 | layout: "docs" 8 | --- 9 | 10 | %h2= "Reference Documentation" 11 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 12 | %ul 13 | = partial "toc-helper", locals: { content: page } 14 | -------------------------------------------------------------------------------- /docs/0.27/reference/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Reference Docs" 3 | description: "Reference documentation for Sensu." 4 | section: 5 5 | weight: 0 6 | version: 0.27 7 | layout: "docs" 8 | --- 9 | 10 | %h2= "Reference Documentation" 11 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 12 | %ul 13 | = partial "toc-helper", locals: { content: page } 14 | -------------------------------------------------------------------------------- /docs/0.28/reference/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Reference Docs" 3 | description: "Reference documentation for Sensu." 4 | section: 5 5 | weight: 0 6 | version: 0.28 7 | layout: "docs" 8 | --- 9 | 10 | %h2= "Reference Documentation" 11 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 12 | %ul 13 | = partial "toc-helper", locals: { content: page } 14 | -------------------------------------------------------------------------------- /docs/0.29/reference/index.haml: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Reference Docs" 3 | description: "Reference documentation for Sensu." 4 | section: 5 5 | weight: 0 6 | version: 0.29 7 | layout: "docs" 8 | --- 9 | 10 | %h2= "Reference Documentation" 11 | - current_resource.children.sort_by!{ |c| c.data.fetch(:weight, 1) }.each do |page| 12 | %ul 13 | = partial "toc-helper", locals: { content: page } 14 | -------------------------------------------------------------------------------- /legacy/0.17/security.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.17" 3 | category: "Installation" 4 | title: "Security (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.18/security.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.18" 3 | category: "Installation" 4 | title: "Security (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.19/security.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.19" 3 | category: "Installation" 4 | title: "Security (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.20/security.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.20" 3 | category: "Installation" 4 | title: "Security (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.21/security.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.21" 3 | category: "Installation" 4 | title: "Security (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.22/security.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.22" 3 | category: "Installation" 4 | title: "Security (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /legacy/0.22/windows.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: "0.22" 3 | category: "Installation" 4 | title: "Windows (deprecated)" 5 | info: "NOTE: This page has been moved. Please click here if you're not automatically redirected. Have a nice day!" 8 | --- 9 | 10 | 11 | --------------------------------------------------------------------------------