1
1
scripts/mobots/df.conf.sample

17 lines
488 B
Plaintext
Raw Normal View History

2010-06-30 23:58:23 +02:00
## df monitoring jabber bot configfile
## here i suggest you put the name of the machine you running this script on
hostname="somemachine.example.com"
## jabber config
watchdogs="max@muster.com moriz@jabber.anotherdomain.com"
user="jabber-username"
pass="jabber-password"
server="jabber-server"
2010-07-09 00:30:18 +02:00
#port="5222" # uncomment if you want to use a specific port
2010-06-30 23:58:23 +02:00
## define disks you wanna check? (whitespace seperated)
disks="hda1 hda2 hdd1"
## here the disks thresholds
thresholds="80 90 95"