[Nagios-users] check_disk_smb not working

2012-02-15 Thread Emilio Balao
Hello,

I'm trying to get this plugin work.

I do this:

/usr/local/nagios/libexec/check_disk_smb -H localhost -s repositorio -u
user -p password -w 80 -c 85

And I get:

Result from smbclient not suitable

And the smb.conf look like this:

[global]
   workgroup = WORKGROUP
[repositorio]
   path = /files/emilio
   public = yes
   writable = yes
   create mask = 0777
   directory mask = 0777
   force user = nobody
   force group = nogroup
   guest ok = yes

security = SHARE

Anyone can help me, please?

Thank you!
--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
Nagios-users mailing list
Nagios-users@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

Re: [Nagios-users] check_disk_smb problem

2009-12-08 Thread David Wallis
Luc MAIGNAN wrote:
> Hi,
>
> I have a NAS with a SMB share enable on it.
>
> I want to monitor it using check_disk_smb plugin, but it gives me the 
> error :
>
> "Result from smbclient not suitable"
>
> Has someone an idea ?
>
>   

You're giving check_disk_smb some parameters that your NAS device 
doesn't like, or you're omitting one or more parameters that it needs.

You need to carefully go over your service definition and check command, 
and run the actual command from the command line to see how the NAS 
device is responding. I believe that that check command accepts a '-v' 
(verbose output) option that will probably help you.


-- 
David Wallis
Information Technology
Advanced Photon Source
Argonne National Laboratory



--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
Nagios-users mailing list
Nagios-users@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


[Nagios-users] check_disk_smb problem

2009-12-08 Thread Luc MAIGNAN
Hi,

I have a NAS with a SMB share enable on it.

I want to monitor it using check_disk_smb plugin, but it gives me the 
error :

"Result from smbclient not suitable"

Has someone an idea ?

BR

--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
Nagios-users mailing list
Nagios-users@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


Re: [Nagios-users] check_disk_smb question

2008-08-20 Thread Paul Weaver
> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Assaf Flatto
> Sent: 20 August 2008 13:13
> To: nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] check_disk_smb question
> 
> 
> 
> did you define the command to go with it ?
> 
> Some thing like this ?
> 
> define command{
> command_namecheck_disk_samba
> command_line$USER1$/check_disk_smb -H 
> $HOSTADDRESS$ -s Company -u foo -p bar -w 
> $ARG1$ -c $ARG2$
> 
> See if you have it in the commands or checkcommands file.

The way nagios works
1) You define a host
2) You define a command
3) You define a service, which belongs to a host, and has a command

In this case you'd want something like this. This will allow you to
monitor any share on any host, with a username/password of foo/bar

Commands.cfg:
define command{
 command_namecheck_disk_samba
 command_line$USER1$/check_disk_smb -H  $HOSTADDRESS$ -s
$ARG1$ -u foo -p bar -w $ARG2$ -c $ARG3$
}

Host.cfg:
define service {
   use  generic-service
   host_nameharrold
   service_description  SMB
   check_commandcheck_disk_smb!Company!80!90!
   }


(as an aside, the version of check_disk_smb I have (or rather the
version of smbclient) seems to fail once the file share goes over about
2TB, so I have to use snmp in those cases, however that's fairly
irellevent.)

http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain personal 
views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on 
it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Nagios-users mailing list
Nagios-users@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


Re: [Nagios-users] check_disk_smb question

2008-08-20 Thread Assaf Flatto

did you define the command to go with it ?

Some thing like this ?

define command{
command_namecheck_disk_samba
command_line$USER1$/check_disk_smb -H $HOSTADDRESS$ -s Company -u 
foo -p bar -w 
$ARG1$ -c $ARG2$

See if you have it in the commands or checkcommands file.


Assaf

On Wednesday 20 August 2008 09:51:22 Gabe Granger wrote:
>
> define service {
>use  generic-service
>host_nameharrold
>service_description  SSH
>check_commandcheck_ssh
>}
>
>
>
> define service {
>use  generic-service
>host_nameharrold
>service_description  SMB
>check_commandcheck_disk_smb
> #   command_line-s Company -u foo -p bar ; commented out
> as nagios wont start with it as is
>}






IMPORTANT . this email and the information in it may be confidential, legally
privileged and/or protected by law. It is intended solely for the use of the
person to whom it is addressed. If you are not the intended recipient, please
notify the sender immediately and do not disclose the contents to any other
person, use it for any purpose, or store or copy the information in any medium.
Please also delete all copies of this email and any attachments from your
system.

We cannot guarantee the security or confidentiality of email communications. We
do not accept any liability for losses or damages that you may suffer as a
result of your receipt of this email including but not limited to computer
service or system failure, access delays or interruption, data non-delivery or
mis-delivery, computer viruses or other harmful components.

Copyright in this email and any attachments belong to Select Service Partner UK
Limited. Should you communicate with anyone at Select Service Partner UK 
Limited by
email, you consent to us monitoring and reading any such correspondence.

Nothing in this email shall be taken or read as suggesting, proposing or
relating to any agreement concerted practice or other practice that could
infringe UK or EC competition legislation.

Select Service Partner UK Limited is a company registered in England and Wales
(company number 05687183) whose registered office is at 1 The Heights, 
Brooklands, Weybridge. Surrey. KT13 0NY
 
 

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Nagios-users mailing list
Nagios-users@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


[Nagios-users] check_disk_smb question

2008-08-20 Thread Gabe Granger
Hi all, 

 

Its been a while since I used nagios and I want to monitor a linux file
server, I think the plug I need to use is check_disk_smb but I could be
wrong.  I'm running Nagios 2 on Ubuntu and below is a copy of the config
I'm using for the host.  Currently my config looks like the below and
I'm sure I'm missing something important I just don't know what.

 

 

/etc/nagios2/conf.d/host-harrold_nagios2.cfg

define host {

host_name   harrold

alias   harrold

address *.*.*.*

use generic-host

}

 

define service {

   use  generic-service

   host_nameharrold

   service_description  SSH

   check_commandcheck_ssh

   }

 

define service {

   use  generic-service

   host_nameharrold

   service_description  SMB

   check_commandcheck_disk_smb

#   command_line-s Company -u foo -p bar ; commented out
as nagios wont start with it as is

   }

 

The result from the above in the web interface is following error

 

**ePN /usr/lib/nagios/plugins/check_disk_smb: "Option s requires an
argument". 

 

The share I want to monitor is "Company"  and when I execute the plugin
directly everything works fine 

 

./check_disk_smb -H *.*.*.* -s Company -u foo -p bar

Domain=[2CV] OS=[Unix] Server=[Samba 3.0.14a-Debian]

Disk ok - 93.2G (40%) free on \\*.*.*.*\Company

 

I just need to know how to correctly add the switches to the config, or
maybe there is somewhere else I need to add the config for the specific
service?  Any help would be great as I think this is a simple problem to
fix...

 

Regards

 

Gabe

Gabe Granger
Systems Administrator
 
2CV 
34 Rose St
Covent Garden
London
WC2E 9EB
  
Reception +44 (0)20 7655 9900
DDI +44 (0)20 7655 9949
+44 7880 706 939

www.2cv.co.uk 
Sponsors of the APG Creative Strategy Awards, 1997-2007
   

 


 
This message and any attachments are solely for the intended recipient and may 
contain confidential or privileged information. If you are not the intended 
recipient, any disclosure, copying, use, or distribution of the information 
included in this message and any attachments is prohibited. If you have 
received this communication in error, please notify us by reply e-mail and 
immediately and permanently delete this message and any attachments.
 
Please consider the environment before printing this e-mail

2CV Ltd is a company registered in England and Wales.
Company Number 319 5457

Registered Office 34 Rose St, London, WC2E 9EB
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
Nagios-users mailing list
Nagios-users@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

[Nagios-users] check_disk_smb

2007-01-16 Thread Formoso, Travis
I am trying to set up monitoring on more than one share on our file
server – here is my script

 

# smb

define service{

 usegeneric-service

 

 host_name  linuxdev1

 service_descriptionSMB

 is_volatile0

 check_period   24x7

 max_check_attempts 3

 normal_check_interval  1

 retry_check_interval   1

 contact_groups bssadmins

 notification_interval  120

 notification_period24x7

 notification_options   w,u,c,r

 check_command  check_disk_smb!public!guest

 check_command  check_disk_smb!backups!guest

}

 

However it only is monitoring the backups – is their a way to set it up
so it can monitor all shares on this server?





This e-mail and any files transmitted with it are for the sole use of
Blue Slate Solutions and the intended recipient(s) and may contain
confidential and privileged information. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy all
copies of the original message. Any unauthorized review, use,
disclosure, dissemination, forwarding, printing or copying of this email
or any action taken in reliance on this e-mail is strictly prohibited
and may be unlawful.
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Nagios-users mailing list
Nagios-users@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

Re: [Nagios-users] check_disk_smb

2007-01-16 Thread Andy Shellam (Mailing Lists)
Create one service definition per share.
You could do, for each extra share:

define service {
use SMB
service_description SMB2
check_command check_disk_smb!backups!guest
}

You could then set up a dependency of the extra shares on the main share 
so if the SMB service fails you won't get a notification for each 
additional share.
Only one check_command per service/host is processed and it's the last 
one in the list - hence why you're only seeing the backup share being 
checked.

Andy.

Formoso, Travis wrote:
>
> I am trying to set up monitoring on more than one share on our file 
> server – here is my script
>
>  
>
> # smb
>
> define service{
>
>  usegeneric-service
>
>  
>
>  host_name  linuxdev1
>
>  service_descriptionSMB
>
>  is_volatile0
>
>  check_period   24x7
>
>  max_check_attempts 3
>
>  normal_check_interval  1
>
>  retry_check_interval   1
>
>  contact_groups bssadmins
>
>  notification_interval  120
>
>  notification_period24x7
>
>  notification_options   w,u,c,r
>
>  check_command  check_disk_smb!public!guest
>
>  check_command  check_disk_smb!backups!guest
>
> }
>
>  
>
> However it only is monitoring the backups – is their a way to set it 
> up so it can monitor all shares on this server?
>
>
> This e-mail and any files transmitted with it are for the sole use of 
> Blue Slate Solutions and the intended recipient(s) and may contain 
> confidential and privileged information. If you are not the intended 
> recipient, please contact the sender by reply e-mail and destroy all 
> copies of the original message. Any unauthorized review, use, 
> disclosure, dissemination, forwarding, printing or copying of this 
> email or any action taken in reliance on this e-mail is strictly 
> prohibited and may be unlawful.
>
> !DSPAM:37,45ad148e137101336215360!
> 
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> !DSPAM:37,45ad148e137101336215360!
>   
> 
>
> ___
> Nagios-users mailing list
> Nagios-users@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
>
> !DSPAM:37,45ad148e137101336215360!
>   


-- 
Andy Shellam
NetServe Support Team

the Mail Network
"an alternative in a standardised world"

p: +44 (0) 121 288 0832/0839
m: +44 (0) 7818 000834


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Nagios-users mailing list
Nagios-users@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

Re: [Nagios-users] check_disk_smb

2007-01-16 Thread Marc Powell
Please use text/plain when posting to the list.

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Formoso, Travis
> Sent: Tuesday, January 16, 2007 9:21 AM
> To: nagios-users
> Subject: [Nagios-users] check_disk_smb
> 
> I am trying to set up monitoring on more than one share on our file
server
> - here is my script
> 
> 
> 
> # smb
> 
> define service{
> 
>  usegeneric-service
> 
> 
> 
>  host_name  linuxdev1
> 
>  service_descriptionSMB
> 

[chop]
 
>  check_command  check_disk_smb!public!guest
> 
>  check_command  check_disk_smb!backups!guest
> 
> }
> 
> 
> 
> However it only is monitoring the backups - is their a way to set it
up so
> it can monitor all shares on this server?

Multiple check_commands per service is not supported. Create a new
service{} entry for each share or create a wrapper script that runs
check_disk_smb for each share you pass to it and summarizes the results.
That wrapper script would need to follow the Plugin Guidelines.

--
Marc

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Nagios-users mailing list
Nagios-users@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


Re: [Nagios-users] check_disk_smb problems

2006-09-11 Thread Patrick Morris
See the docs here: 

http://nagios.sourceforge.net/docs/1_0/xodtemplate.html#command

Specifically, the last sentence of the "command definition" section.  
You need to escape the dollar sign with a second one.

On Mon, 11 Sep 2006, [EMAIL PROTECTED] wrote:

> It looked that check_disk_smb didn't work with service.cfg. Why I got 
> "Invalid share name z.15.2.3\C"? Does anyone knows how to resolve this 
> problem and set up the check_disk_smb correctly on nagios 2.5-1 with 
> nagios-plugins1.4.2-1.2?

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Nagios-users mailing list
Nagios-users@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


[Nagios-users] check_disk_smb problems

2006-09-11 Thread mardin
Hi,

I am using the latest nagios-2.5-1.el4.rf.i386.rpm and 
nagios-plugins-1.4.2-1.2.el4.rf.i386.rpm. I can run check_disk_smb on the 
command lline:

# /usr/lib/nagios/plugins/check_disk_smb -H 192.15.2.3 -s c$ -u nagios -p 1234 
-w 50 -c 60
Domain=[NTDOMAIN] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
WARNING: Only 16.72G (44%) free on \\192.15.x.x\c$

# /usr/lib/nagios/plugins/check_disk_smb -H 192.15.2.3 -s c$ -u nagios -p 1234 
-w 50 -c 55
Domain=[NTDOMAIN] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
CRITICAL: Only 16.72G (44%) free on \\192.15.x.x\c$

Then I change the configure files:
# vi checkcommands.cfg
# 'check_disk_smb' command definition
define command{
command_name   check_disk_smb
command_line  $USER1$/check_disk_smb -H $ARG1$ -s $ARG2$ -u $ARG3$ 
-p $ARG4$ -w $ARG5$ -c $ARG6$
}

# vi service.cfg
# Service check_disk_smb definition
define service{
usegeneric-service ; Name of 
service template to use
host_name192.15.2.3
service_descriptionC: Free Space
..
notification_optionsw,u,c,r
check_command  
check_disk_smb!192.15.2.3!C$!nagios!1234!80!90
}

Since I set "-w=80%" and "-c=90%" in service.cfg. I should not get any warning 
message.  But I still received the problem e-mail from Nagios:

   Subject: ** PROBLEM alert - Windows Workstations, 192.15.2.3 - C: Free Space 
CRITICAL **
   Notification Type: PROBLEM
   State: CRITICAL
   Additional Info: Invalid share name z.15.2.3\C
--

It looked that check_disk_smb didn't work with service.cfg. Why I got "Invalid 
share name z.15.2.3\C"? Does anyone knows how to resolve this problem and set 
up the check_disk_smb correctly on nagios 2.5-1 with nagios-plugins1.4.2-1.2?

Thanks for your help!
Mardin

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Nagios-users mailing list
Nagios-users@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


RE: [Nagios-users] check_disk_smb failing

2005-12-08 Thread Todd Barbera
It needs to be defined in your checkcommands.cfg or misccommands.cfg before
you define it in your services.cfg. 

Todd

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Patrick
Rutkowski
Sent: Thursday, December 08, 2005 10:51 AM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] check_disk_smb failing

I have both check_http and check_disk_smb in /usr/lib/nagios/plugins.
If I try to load a services.cfg with "check_command" set to
"check_http", things work fine; however, trying "check_disk_smb" fails
with:

Error: Service check command 'check_disk_smb' specified in service
'WikiDB/Jason' for host 'jason' not defined anywhere!

What should I do?


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=ick
___
Nagios-users mailing list
Nagios-users@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



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Nagios-users mailing list
Nagios-users@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


[Nagios-users] check_disk_smb failing

2005-12-08 Thread Patrick Rutkowski
I have both check_http and check_disk_smb in /usr/lib/nagios/plugins.
If I try to load a services.cfg with "check_command" set to
"check_http", things work fine; however, trying "check_disk_smb" fails
with:

Error: Service check command 'check_disk_smb' specified in service
'WikiDB/Jason' for host 'jason' not defined anywhere!

What should I do?


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
Nagios-users mailing list
Nagios-users@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


Re: [Nagios-users] check_disk_smb = no answer

2005-11-07 Thread Marcel Mitsuto Fucatu Sugano
On Mon, 2005-11-07 at 14:02 -0600, Marion Keith wrote:
> How can I run the command manually to track down where the problem is?

short answer:
# su - nagios -c "check_smb_disk "

Att,
-- 
Marcel Mitsuto Fucatu Sugano <[EMAIL PROTECTED]>
Universo Online S.A. -- http://www.uol.com.br


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Nagios-users mailing list
Nagios-users@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


Re: [Nagios-users] check_disk_smb = no answer

2005-11-07 Thread Ross Wentworth

Could it be the "hosts allow" configuration option in samba?

--
Rossz

Marion Keith wrote:


Nagios 2.0b4 running on Suse 9.3.  Gathering data from printers, Linux,
Windows, Novell boxes just great.

My check_disk_smb command works fine on one open internal linux Samba
server, but not on another largely identical Samba setup.

The only error I can find is "No Answer from Client".  Netbios good,
sharename good.

How can I run the command manually to track down where the problem is?

Many thanks,

Marion Keith



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Nagios-users mailing list
Nagios-users@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
 





---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Nagios-users mailing list
Nagios-users@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


[Nagios-users] check_disk_smb = no answer

2005-11-07 Thread Marion Keith
Nagios 2.0b4 running on Suse 9.3.  Gathering data from printers, Linux,
Windows, Novell boxes just great.

My check_disk_smb command works fine on one open internal linux Samba
server, but not on another largely identical Samba setup.

The only error I can find is "No Answer from Client".  Netbios good,
sharename good.

How can I run the command manually to track down where the problem is?

Many thanks,

Marion Keith



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Nagios-users mailing list
Nagios-users@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