[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xymon] Directory permissions
- To: xymon (at) xymon.com
- Subject: Re: [xymon] Directory permissions
- From: Henrik "Størner" <henrik (at) hswn.dk>
- Date: Fri, 8 Oct 2010 14:16:44 +0000 (UTC)
- Newsgroups: lists.hobbit
- Organization: Linux Users Inc.
- References: <fa6825021001182225k673fab65re39f80513b6bf9dd (at) mail.gmail.com> <fa6825021001182225k673fab65re39f80513b6bf9dd (at) mail.gmail.com> <4CAF25F3.6090607 (at) hebis.uni-frankfurt.de>
- User-agent: nn/6.7.3
In <4CAF25F3.6090607 (at) hebis.uni-frankfurt.de> Rolf Schrittenlocher <schritte (at) hebis.uni-frankfurt.de> writes:
>I've been searching in the archive and man pages but didn't find
>anything. Is there a built-in feature in xymon to check the permissions
>of a directory? I've found directory size and file permissions (using
>md5 ...), but directory permissions? Just curious, I know it is easy to
>make a custom script for that purpose,
Directory are also files. So this should check that /my/directory
on host "myhost" is rwxr-xr-x (mode 755):
In client-local.cfg
[myhost]
file:/my/directory
In hobbit-clients.cfg:
HOST=myhost
FILE /my/directory mode=755
Regards,
Henrik