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 [email protected] 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
