Skip to content

Instantly share code, notes, and snippets.

@JoergM
JoergM / alertmanager
Created June 13, 2015 07:49
Init file for Prometheus Alertmanager for RHEL 5 or 6
#!/bin/bash
#
# /etc/rc.d/init.d/alertmanager
#
# Alertmanager for Prometheus.
#
# chkconfig: 2345 20 80 Read
# description: Alertmanager for Prometheus.
# processname: alertmanager
@JoergM
JoergM / prometheus
Created June 13, 2015 07:44
Prometheus init file for RHEL 5 or 6
#!/bin/bash
#
# /etc/rc.d/init.d/prometheus
#
# Prometheus monitoring server
#
# chkconfig: 2345 20 80 Read
# description: Prometheus monitoring server
# processname: prometheus