I tested the package with openSUSE 12.1 and it seems to work. It was not easy to package it. There is some post installation tasks required (see INSTALL). OBS-URL: https://build.opensuse.org/request/show/115970 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/inGraph?expand=0&rev=1
10 lines
445 B
Plaintext
10 lines
445 B
Plaintext
INGRAPH_COLLECTOR_CHDIR="/etc/ingraph"
|
|
INGRAPH_COLLECTOR_PIDFILE="/var/run/ingraph/ingraph-collectord.pid"
|
|
INGRAPH_COLLECTOR_PERFDATA_DIR="/var/lib/icinga/perfdata"
|
|
INGRAPH_COLLECTOR_PERFDATA_PATTERN="*-perfdata.*[0-9]"
|
|
INGRAPH_COLLECTOR_FILE_LIMIT="50"
|
|
INGRAPH_COLLECTOR_FILE_MODE="BACKUP"
|
|
INGRAPH_COLLECTOR_SLEEPSECS="60"
|
|
INGRAPH_COLLECTOR_USER="ingraph"
|
|
INGRAPH_COLLECTOR_GROUP="icinga"
|
|
INGRAPH_COLLECTOR_LOGFILE="-" # - = stdout/stderr |