[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] NFS mounts in disk section
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] NFS mounts in disk section
- From: Paulo Estrela <paulojbe (at) gmail.com>
- Date: Mon, 14 Jun 2010 13:34:01 -0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=obmZaY/TNNB7brfYkXiZsH4l5RnLl3jBmD6znBZ6zVY=; b=GxX8M1NoSD916EWFu8UmhaRchpPlNxLvpxEhgpbafiCcej3eiLEfGr5e/EfitxxDvm em72f/H0RF6yRArbd7pPSKfrZrfBsey3rTcw6fKHKm/+bJWoJc1nsb44sqYjwXQ3Ywkj pS7Nk1tC9bqJNOe5rrxbTzwocZ5gTqujDzTJQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=BakgI4feEljK4PUatxQl31QIyl/CF1E43szC+eGmAFzPjBQf2Sk6miT4NVJD33lvyl 8FUKAoXwe+VMjnrFvLN2NhnyBy85ntkKqhDP9kc9dy2OMDYwsjUOg0mfdAzD4rKOBgUC Uo90uIOW2RPosdMbEv3dsgf7rZR5p73PyP09M=
- References: <AANLkTilzDBcLRAQA8KXX5HYLATz6_sUnWXicAB1ulHyG (at) mail.gmail.com> <027D0CFA48C98F4B87D51D40F36DE42706EB254F (at) ltivw-p-ml01.LIFETOUCH.NET> <BAY147-w34CA12B03AE5C811198209B4DC0 (at) phx.gbl> <a81af1e54a2085c03b9379e55d2b02f3.squirrel (at) epperson.homelinux.net>
I forgot to mention. It is a solaris 10 sparc box (v490).
Atà mais,
Paulo Estrela
http://tabugado.com
On Mon, Jun 14, 2010 at 12:34 PM, Xymon User in Richmond
<hobbit (at) epperson.homelinux.net> wrote:
> On Mon, June 14, 2010 09:35, wiskbroom (at) hotmail.com wrote:
>>
>>
>>>
>>> You need to edit hobbitclient-sunos.sh
>>>
>>> The following line:
>>> FSTYPES=`/bin/df -n -l|awk '{print $3}'|egrep -v
>>> "^proc|^fd|^mntfs|^ctfs|^devfs|^objfs|^nfs"|sort|uniq`
>>>
>>> Remove nfs
>>
>>
>> df when using "-l" should never show NFS, this must be something else.
>>
>>>
>>> -----Original Message-----
>>> From: Paulo Estrela [mailto:paulojbe (at) gmail.com]
>>> Sent: Friday, June 11, 2010 8:40 AM
>>> To: hobbit (at) hswn.dk
>>> Subject: [hobbit] NFS mounts in disk section
>>>
>>> Hi,
>>>
>>> I'm using Xymon 4.2.3 to monitor some UNIX/Linux servers. Serveral of
>>> them mounts NFS exports via automount from a NetApp Filer that I don't
>>> have access. Is it possible to show these mounts like partitions in
>>> disk section? Now I have this:
>>>
>>
>
> ?? I don't see anything in the OP indicating that the issue is with Solaris.
>
> The disk check is one of the murkier, dirtier pieces of Xymon/Hobbit.
> Although hobbitclient.cfg has variables for DF and DFCMD, it also has
> (accurate) comments that they are not used anywhere. You do have to hack
> the OS specific client script to alter the df behavior. For Solaris, you
> need to edit the hobbitclient-sunos.sh line noted above and remove both
> the "-l" and the superfluous "nfs". For Linux, you need to edit
> hobbitclient-linux.sh and change the "df -Pl" to "df -P", at least in the
> version I'm running.
>
>
>
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe (at) hswn.dk
>
>
>