-
Notifications
You must be signed in to change notification settings - Fork 54
Sensu Go source code map
Hillary Fraley edited this page Nov 23, 2022
·
6 revisions
Answers and links to sources of truth for information in the docs.
Element | Source |
---|---|
Supported packages | https://github.com/sensu/sensu-packaging/tree/main/cmake/packaging |
Binaries | needed |
Check configuration | https://github.com/sensu/sensu-go/blob/main/api/core/v2/check.pb.go |
Default resources | https://github.com/sensu/sensu-go/blob/main/backend/seeds/seeds.go |
Path variable defaults | https://github.com/sensu/sensu-go/blob/main/util/path/path.go |
Agent config flags | https://github.com/sensu/sensu-go/blob/main/agent/config.go |
Backend config flags | https://github.com/sensu/sensu-go/blob/main/backend/config.go |
Sensuctl functions for resources | https://github.com/sensu/sensu-go/tree/main/cli/client |
Namespaced resource types | https://github.com/sensu/sensu-go/tree/main/backend/apid/routers and https://github.com/sensu/sensu-enterprise-go/tree/main/backend/apid/routers |
Web UI check schema | needed |
etcd version | https://github.com/sensu/sensu-go/blob/main/go.mod |
API responses | https://github.com/sensu/sensu-go/blob/main/backend/apid/routers/helpers_test.go |