windows network share checker
Arno Lehmann
al at its-lehmann.de
Mon May 16 20:58:27 CEST 2005
Hi,
Michael Da Silva wrote:
> can anyone fill me in on how to use check_rpc to check for window shares?
>
> # 'check-nfs' command definition
> define command{
> command_name check-nfs
> command_line /usr/lib/nagios/plugins/check_rpc -H
> $HOSTADDRESS$ -C nfs -c2,3
> }
Erm... do you want to know how to use the above command or how to check
for windows shares?
Rhe latter would be done with check_smb, for example.
> when the above command is run against a server hosting windows shares i
> receive the following error:
>
> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
> LANGUAGE = "en_CA:en",
> LC_ALL = (unset),
> LANG = "en_CA.UTF-8"
> are supported and installed on your system.
> perl: warning: Falling back to the standard locale ("C").
> CRITICAL: RPC program nfs version 2 version 3 udp is not running
>
>
> does anyone know whats wrong?
Yes.
Two things.
First, perl warnings: the locale en_CA etc. are not supported by perl on
your system. (probably because of the UTF-8 charset). You can avoid the
warnings (note: these are not errors!) by manually setting the C locale
or by installing the necessary perl stuff.
Second, the host you check does not have nfs version 2 and/or 3 vie udp.
From the subject, I guess that was to be expected, because a windows
share is usually not exported via nfs but via smb.
If this is your problem, you should set up check_smb.
Arno
>
> -------------------------------------------------------
> This SF.Net email is sponsored by Oracle Space Sweepstakes
> Want to be the first software developer in space?
> Enter now for the Oracle Space Sweepstakes!
> http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when
> reporting any issue. ::: Messages without supporting info will risk
> being sent to /dev/null
--
IT-Service Lehmann al at its-lehmann.de
Arno Lehmann http://www.its-lehmann.de
-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
More information about the Users
mailing list