Page 1 of 1

How to Configure & Monitor Server Share Path Nagios XI tool

Posted: Wed Mar 15, 2017 11:03 am
by cyient
Hi ,

We want to Configure & Monitor Windows Server Share path in Nagios XI 5.2.9 tool .

we were already added Server services (Disk Usage , Memory , Uptime , Ping & CPU Usage ) for monitoring through NSClient agent .

The path name is \\SERVER\Share name . Please give the Plugin information & procedure ,

Please give the solution for that .


Thanks in Advance
Sridhar

Re: How to Configure & Monitor Server Share Path Nagios XI

Posted: Wed Mar 15, 2017 1:17 pm
by dwhitfield
What is it that you want to check about the shared path? When you say the Nagios XI tool, are you referring to a specific tool? Can you send a screenshot?

If you have it mounted on Linux somewhere, you can use https://exchange.nagios.org/directory/P ... ts/details

Re: How to Configure & Monitor Server Share Path Nagios XI

Posted: Fri Mar 17, 2017 2:43 am
by cyient
Hi ,

we want to monitor windows server 2008 R2 shared folder ( Share Access status working or not ) , who were accessing users from client machines .

the path is \\172.23.36.25\STC Copper Migration , we want to monitor that given path .

We uploaded plugin is check_smb_share after that we configured command . But we got error message .Please find attached documents for your reference.

Re: How to Configure & Monitor Server Share Path Nagios XI

Posted: Fri Mar 17, 2017 1:09 pm
by mcapra
Based on the help menu you shared, this plugin requires you to provide a password (-p) if you are providing a username (-u). It looks as if you are only providing a username (administrator) which violates the plugin's usage. Try adding a password to your command definition with -p for the administrator user.