[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:47:36 -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; bh=ihVRc+SOG325ZsFyDdi6uwIO/iZOEaPnjZxDMrWcwwE=; b=d20Q/Ob9cEUmdvsBkuYlGH+SfcXHtUwEKXMfdSvsmKNCkCjAANjv16VtVlLPVp7T4q cfoQdp6oQJWV4fDov3kNP69xaRkgvZesihOJ9hNTOvLfUTtxcBLfnOZgu3WxeXPTR27w DjW7sKlTjkXG1LOhtstsaM3hhfYICTDqc84X4=
- 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; b=yAx25k6kuXVvunXSFUmaCe5bCfJc6yvPdzyQ5PeOlh3+OyI8+7BhBEcdutqU6rlZkK RKw6oHs/Qa5Gv75z20aQfspATz+3S/po7SahUc+13b5DIXc7NwyqRLUjdTeGpriNkGqt tvpTdo2vIQuIrV6AO2IZefIdC8hBNqehRNVw8=
- 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>
Now is working fine! Thanks everybody!
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
>
>
>