Thanks so much for the reply. I will begin testing this on Monday and let you know how it goes. This looks like it could be the answer I've been looking for!
Have a Happy New year!
Search found 33 matches
- Thu Dec 31, 2015 12:20 pm
- Forum: Open Source Nagios Projects
- Topic: Can't get check_printer plugin to work in Nagios Core
- Replies: 21
- Views: 12803
- Mon Dec 14, 2015 12:24 pm
- Forum: Open Source Nagios Projects
- Topic: Need Plugin Recommendation For Monitoring Shared Folder
- Replies: 21
- Views: 8350
Re: Need Plugin Recommendation For Monitoring Shared Folder
Yes, it seems so. You may close the case on this one, thanks.hsmith wrote:He's out today, but I'll be sure to let him know you appreciate it![]()
I assume this is resolved at this point?
- Mon Dec 14, 2015 11:01 am
- Forum: Open Source Nagios Projects
- Topic: Need Plugin Recommendation For Monitoring Shared Folder
- Replies: 21
- Views: 8350
Re: Need Plugin Recommendation For Monitoring Shared Folder
I managed to get the recovery emails working, so it looks as if this plugin is successfully installed and effectively monitoring our password protected inter-network share for credential expiration. This experience has taught me more about how these plugins work within Nagios Core and how to manage ...
- Fri Dec 11, 2015 3:52 pm
- Forum: Open Source Nagios Projects
- Topic: Need Plugin Recommendation For Monitoring Shared Folder
- Replies: 21
- Views: 8350
Re: Need Plugin Recommendation For Monitoring Shared Folder
For this, add we'll need to create a dummy command. Add this to your commands.cfg - # 'check_dummy' command definition define command{ command_name check_dummy command_line $USER1$/check_dummy 0 } Now open the host / service file you just created and look for - define host { use linux-server host_n...
- Fri Dec 11, 2015 12:17 pm
- Forum: Open Source Nagios Projects
- Topic: Need Plugin Recommendation For Monitoring Shared Folder
- Replies: 21
- Views: 8350
Re: Need Plugin Recommendation For Monitoring Shared Folder
The reason I initially told you to put the .cfg file in the /servers/ folder is because you won't have to edit the nagios.cfg (it automatically includes configs in the /servers/ folder). cfg_dir=/usr/local/nagios/etc/servers The check that's failing now is a ping check, can you try to ping the addr...
- Thu Dec 10, 2015 3:02 pm
- Forum: Open Source Nagios Projects
- Topic: Need Plugin Recommendation For Monitoring Shared Folder
- Replies: 21
- Views: 8350
Re: Need Plugin Recommendation For Monitoring Shared Folder
Navigate to the directory where the config files are stored - cd /usr/local/nagios/etc/objects/ At the bottom of the file commands.cfg , add the following lines - (this part does not need to be modified.) # 'check_smb_share_AA' command definition define command{ command_name check_smb_share_AA comm...
- Wed Dec 09, 2015 4:40 pm
- Forum: Open Source Nagios Projects
- Topic: Need Plugin Recommendation For Monitoring Shared Folder
- Replies: 21
- Views: 8350
Re: Need Plugin Recommendation For Monitoring Shared Folder
Ah, that's my mistake. The correct file you need to edit is /usr/local/nagios/etc/objects/commands.cfg . Cool, thanks. Okay, I did that in commands.cfg, and then I created a file and made changes to the areas as you said, but it isn't showing up as of yet. One thing I noticed is the <host> field. I...
- Wed Dec 09, 2015 3:54 pm
- Forum: Open Source Nagios Projects
- Topic: Need Plugin Recommendation For Monitoring Shared Folder
- Replies: 21
- Views: 8350
Re: Need Plugin Recommendation For Monitoring Shared Folder
[quote="rkennedy"]Navigate to the directory where the config files are stored - cd /usr/local/nagios/etc/ At the bottom of the file objects.cfg , add the following lines - (this part does not need to be modified.) # 'check_smb_share_AA' command definition define command{ command_name check...
- Wed Dec 09, 2015 9:15 am
- Forum: Open Source Nagios Projects
- Topic: Need Plugin Recommendation For Monitoring Shared Folder
- Replies: 21
- Views: 8350
Re: Need Plugin Recommendation For Monitoring Shared Folder
What is the full command you are using to check with that is returning the proper result for you? Can you post both the full input / output for us to take a look at? Absolutely. First, I checked the help for the plugin: [root@nagioscore libexec]# ./check_smb_share_AA --help check_smb_share_AA v1.1 ...
- Tue Dec 08, 2015 4:55 pm
- Forum: Open Source Nagios Projects
- Topic: Need Plugin Recommendation For Monitoring Shared Folder
- Replies: 21
- Views: 8350
Re: Need Plugin Recommendation For Monitoring Shared Folder
Sounds good, let us know the result once you have a chance to check it out. Okay, I got a positive result from the command line for the second one (check_smb_share_AA), so that's great. Now I have to figure out exactly what files to make changes to and what to type in them, lol. Perhaps, since this...