File: monitorix.upstart

package info (click to toggle)
monitorix 3.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,032 kB
  • sloc: perl: 57,203; makefile: 220; sh: 183
file content (11 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
description "Monitorix - system monitoring service"
author "Cameron Norman <camerontnorman@gmail.com>"

start on filesystem
stop on runlevel [016]

expect fork
respawn

pre-start exec test -x /usr/bin/monitorix || { stop; exit 0; }
exec /usr/bin/monitorix -c /etc/monitorix/monitorix.conf