mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
Sensu is an open source monitoring tool for ephemeral infrastructure and distributed applications. It is an agent based monitoring system with built-in auto-discovery, making it very well-suited for cloud environments. Sensu uses service checks to monitor service health and collect telemetry data. It also has a number of well defined APIs for configuration, external data input, and to provide access to Sensu's data. Sensu is extremely extensible and is commonly referred to as "the monitoring router". WWW: https://github.com/sensu/sensu-go/ PR: 239767 Submitted by: jayme <jp+ports@supplntr.io>
79 lines
1.3 KiB
Text
79 lines
1.3 KiB
Text
---
|
|
# Sensu agent configuration
|
|
|
|
##
|
|
# agent overview
|
|
##
|
|
#name: "hostname"
|
|
#namespace: "default"
|
|
#subscriptions:
|
|
# - example
|
|
#labels:
|
|
# example_key: "example value"
|
|
#annotations:
|
|
# example/key: "example value"
|
|
|
|
##
|
|
# agent configuration
|
|
##
|
|
#backend-url:
|
|
# - "ws://127.0.0.1:8081"
|
|
#cache-dir: "/var/cache/sensu/sensu-agent"
|
|
#config-file: "/etc/sensu/agent.yml"
|
|
#log-level: "warn" # available log levels: panic, fatal, error, warn, info, debug
|
|
|
|
##
|
|
# api configuration
|
|
##
|
|
#api-host: "127.0.0.1"
|
|
#api-port: 3031
|
|
#disable-api: false
|
|
#events-burst-limit: 10
|
|
#events-rate-limit: 10.0
|
|
|
|
##
|
|
# authentication configuration
|
|
##
|
|
#user: "agent"
|
|
#password: "P@ssw0rd!"
|
|
|
|
##
|
|
# monitoring configuration
|
|
##
|
|
#deregister: false
|
|
#deregistration-handler: "example_handler"
|
|
#keepalive-timeout: 120
|
|
#keepalive-interval: 20
|
|
|
|
##
|
|
# security configuration
|
|
##
|
|
#insecure-skip-tls-verify: false
|
|
#redact:
|
|
# - password
|
|
# - passwd
|
|
# - pass
|
|
# - api_key
|
|
# - api_token
|
|
# - access_key
|
|
# - secret_key
|
|
# - private_key
|
|
# - secret
|
|
#trusted-ca-file: "/path/to/trusted-certificate-authorities.pem"
|
|
|
|
##
|
|
# socket configuration
|
|
##
|
|
#disable-sockets: false
|
|
#socket-host: "127.0.0.1"
|
|
#socket-port: 3030
|
|
|
|
##
|
|
# statsd configuration
|
|
##
|
|
#statsd-disable: false
|
|
#statsd-event-handlers:
|
|
# - example_handler
|
|
#statsd-flush-interval: 10
|
|
#statsd-metrics-host: "127.0.0.1"
|
|
#statsd-metrics-port: 8125
|