Search found 19 matches
- Wed May 25, 2016 3:07 pm
- Forum: Open Source Nagios Projects
- Topic: 45Drives NAS Devices
- Replies: 5
- Views: 2538
Re: 45Drives NAS Devices
I was thinking of using nagios on the NAS to monitor things like the health of the raid arrays, available disk space, system info like CPU temp, fan speeds etc. This unit would be used for storing backup so I don't understand your comment about "desktop Environment" and "too things ru...
- Wed May 25, 2016 1:59 pm
- Forum: Open Source Nagios Projects
- Topic: 45Drives NAS Devices
- Replies: 5
- Views: 2538
Re: 45Drives NAS Devices
It can come with CentOS or FreeNAS as the OS.
- Wed May 25, 2016 1:18 pm
- Forum: Open Source Nagios Projects
- Topic: 45Drives NAS Devices
- Replies: 5
- Views: 2538
45Drives NAS Devices
Has anyone on this forum ever tried to implement Nagios on any of the NAS devices offered by 45Drives?
http://www.45drives.com
I'm planning on maybe setting up some checks.
Thanks,
http://www.45drives.com
I'm planning on maybe setting up some checks.
Thanks,
- Fri Feb 13, 2015 9:35 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Web Interface
- Replies: 8
- Views: 11882
Nagios Web Interface
I have installed Nagios 4.0.8 on Centos6.5 and I'm getting a 404 Not Found error when trying to access the Web Interface. The requested URL /nagios was not found on this server. I confirmed nagios was running: [root@nagios tmp]# service nagios status nagios (pid 2953) is running... When I ran the fo...
- Fri Sep 19, 2014 12:56 pm
- Forum: Open Source Nagios Projects
- Topic: Checking Apache on remote server
- Replies: 6
- Views: 5936
Re: Checking Apache on remote server
You were write I was indeed running it as root instead of nagios. I finally got it to work by rewriting the script to get it to work. I have the service httpd hard coded in a variable but it would be easy to pass this in and use it for any service I suppose. If anyone can you it feel free. Thanks fo...
- Fri Sep 19, 2014 10:17 am
- Forum: Open Source Nagios Projects
- Topic: Checking Apache on remote server
- Replies: 6
- Views: 5936
Re: Checking Apache on remote server
Thanks for the speedy reply. You were right I missed that when setting it up, I'm still learning my way around Nagios. I added it as seen below. I pretty much mimicked the check_coldfusion because that works as expected. I now get (No output returned from plugin) through the web interface. Thanks, A...
- Fri Sep 19, 2014 7:05 am
- Forum: Open Source Nagios Projects
- Topic: Checking Apache on remote server
- Replies: 6
- Views: 5936
Checking Apache on remote server
Hi All, I have slowly been implementing Nagios across all the servers in the company I work for and I love this product, that being said I have hit a few road blocks along the way and have been impressed by the willingness of people to help when encountering problems. My latest trouble has me comple...
- Thu Sep 18, 2014 7:09 am
- Forum: Open Source Nagios Projects
- Topic: Check_Logfiles Plugin Help
- Replies: 7
- Views: 3655
Re: Check_Logfiles Plugin Help
I ended up having to do this to get it to work: I had to use chomp because for some reason when I thought it was lopping off the rest of the string it was in fact putting it on the next line. I stumbled upon this while troubleshooting by printing the variable $logfile: Before using chomp it would be...
- Wed Sep 17, 2014 12:13 pm
- Forum: Open Source Nagios Projects
- Topic: Check_Logfiles Plugin Help
- Replies: 7
- Views: 3655
Re: Check_Logfiles Plugin Help
I'm getting closer, for some reason whatever is after the variable is lopped off. You will notice a line commented out that I would like to be the actual line that runs. When I was trying the full date there were no underscores only dashes so I think I need to break it out into 3 pieces. UNKNOWN - (...
- Wed Sep 17, 2014 10:32 am
- Forum: Open Source Nagios Projects
- Topic: Check_Logfiles Plugin Help
- Replies: 7
- Views: 3655
Re: Check_Logfiles Plugin Help
Thank you for the fast response. I did as you suggested and I get the following: It is taking $m as being literally 'date +%Y-%m-%d' and not the actual date values.
UNKNOWN - (1 unknown in dcf_log.protocol-2014-09-17-12-26-23) - could not find logfile /tmp/DEBUG_date +%Y-%m-%d.log
UNKNOWN - (1 unknown in dcf_log.protocol-2014-09-17-12-26-23) - could not find logfile /tmp/DEBUG_date +%Y-%m-%d.log