[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
need help with DISK and NFS mounts
- To: hobbit (at) hswn.dk
- Subject: need help with DISK and NFS mounts
- From: Cayo de Moraes <camorae (at) googlemail.com>
- Date: Mon, 29 Mar 2010 08:46:42 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=Blz3xlceVbUGzIVJ+beWyH9/rt6nYofv/fFAeil4zu4=; b=bWWoLq+YR/8ukqUouZwA4+RAz/iObabgs2R08i+VRiBGACdZO6sQPZN8/mWXYKpwRA xU4AqAlWHDYkaC0Ug2UyqXpMqzK32gnFJR6G4Sqiv1Mf5EEgdvk9zwkLYOLFTkx0S5nK T4nmziS2cbYq3P0KKtNuw8of5xYkKhfQFuh94=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ZADLLrtFGWRhNUfHyYyDmYEIzrJ697klu/vdqmnHdahVBwyPyHByOQWOBpU2TuzRg1 5nPb0wat4WjMdDkjp/lgP+YVEDytLBehLU2m7LuWR1B1F0ysQ7xfeAZ2usq/ztXDXDKg fR5VLXBEheWO4dkiqUTJskR8wowAsJuArxe3A=
Hi guys,
im trying to set up some trigger values into the
.../hobbit/server/etc/hobbit-clients.cfg but its not working.
I have a server with some NFS mounts and i had to change the
.../hobbit/client/bin/hobbitclient-linux.sh to monitor them:
[df]
df -P -x none -x tmpfs -x shmfs -x unknown -x iso9660
with this change i can see the NFS mounts in the "disk" column.
Now the problem is, that if i put some values for Yellow and Red status on
the hobbit-clients.cfg or even client-side config, it does not trigger the
values.
HOST=nsftest
DISK /nfsmount/test1 98 99 ---> this doesnt work.
DEFAULT
DISK /nfsmount/test1 98 99 ---> this also doesnt work.
Does someone have an idea how it could work?
Many thanks,
Cayo