Hello, I'm running v5.6.14 on a CentOS 7 64-bit VM.
When I run check_disk_smb, I get:
check requires smbclient, smbclient not set
I see a smbclient file on my server, but it seems to be a text file that something else includes, there is no main function.
What do I need to install to support check_disk_smb ?
Thanks!
Earl
check_disk_smb dependencies
Re: check_disk_smb dependencies
Do this:
Then edit this file:
Change this:
To this:
Then it should work.
Code: Select all
yum install samba-clientCode: Select all
/usr/local/nagios/libexec/utils.pmCode: Select all
$PATH_TO_SMBCLIENT = "";Code: Select all
$PATH_TO_SMBCLIENT = "/usr/bin/smbclient";-
Bitflogger
- Posts: 226
- Joined: Mon Oct 16, 2017 9:24 am
Re: check_disk_smb dependencies
That worked!
Thanks!
Please lock the case.
Earl
Thanks!
Please lock the case.
Earl
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: check_disk_smb dependencies
Great!Bitflogger wrote:That worked!
Thanks!
Please lock the case.
Earl
Locking thread