Skip to content

kubee-alertmanager

kubee-alertmanager is a alert client that performs request against the alert manager api

Clients are expected to continuously re-send alerts as long as they are still active (usually on the order of 30 seconds to 3 minutes) An alert is considered as resolved if it has not been updated/resend after the resolve_timeout configuration.

resolve_timeout: 30m
  • KUBEE_ALERT_MANAGER_URL: the url of Alert Manager
  • KUBEE_ALERT_MANAGER_BASIC_AUTH_PASS_USER: the path in pass to the basic auth user
Terminal window
# ie this command should return the user
pass $KUBEE_ALERT_MANAGER_BASIC_AUTH_PASS_USER
  • KUBEE_ALERT_MANAGER_BASIC_AUTH_PASS_PASSWORD: the path in pass to the basic auth password
Terminal window
# ie this command should return the password
pass $KUBEE_ALERT_MANAGER_BASIC_AUTH_PASS_PASSWORD