These outputs are from the server which needs to be monitored.
The client server.
Search found 25 matches
- Sat Jan 09, 2016 3:56 am
- Forum: Open Source Nagios Projects
- Topic: NRPE Restart
- Replies: 5
- Views: 5092
- Fri Jan 08, 2016 4:42 am
- Forum: Open Source Nagios Projects
- Topic: NRPE Restart
- Replies: 5
- Views: 5092
Re: NRPE Restart
Hi Jolson, Yes i installed NRPE and it is active on both server. I used the command below for installing NRPE sudo apt-get install nagios-nrpe-server nagios-plugins The output of the commands you asked to see is as below $ ps -ef | egrep "nrpe|xinetd" ubuntu 5613 1582 0 09:37 pts/0 00:00:0...
- Mon Jan 04, 2016 10:56 am
- Forum: Open Source Nagios Projects
- Topic: NRPE Restart
- Replies: 5
- Views: 5092
NRPE Restart
Hello All, I have recently installed Nagios Core 4 on a ubuntu server lets say "ALPHA". I also added 6 servers for monitoring which is working fine. However i need to monitor this "ALPHA" using another nagios instance on server "BETA". The "BETA" server is aga...
- Fri Oct 09, 2015 3:52 am
- Forum: Open Source Nagios Projects
- Topic: CHECK_NRPE: Error - Could not complete SSL handshake.
- Replies: 1
- Views: 1705
CHECK_NRPE: Error - Could not complete SSL handshake.
Hi All, I know this is one of the most common error, but i am desperate. Now please check the following details. I have a Nagios Core instance on a Ubuntu server 'Master'. I am monitoring a windows server 'Client' with bunch of other servers. I have checked following things. 1. Port 5666 of the wind...
- Fri Sep 25, 2015 12:28 am
- Forum: Open Source Nagios Projects
- Topic: Filter Notification for Host group Services
- Replies: 1
- Views: 1301
Filter Notification for Host group Services
Hello All, I have a hostgroup 'unix-servers'. I have added 4 hosts in this group. I have also defined common services for this hostgroup in services.cfg which are 'Disk Space', 'CPU usage', etc, etc. The services are running fine for all the hosts and we are receiving proper notification for the def...
- Tue Sep 15, 2015 6:10 am
- Forum: Open Source Nagios Projects
- Topic: Need additional contacts to be notified for service notif
- Replies: 4
- Views: 1580
Re: Need additional contacts to be notified for service noti
Hello tgriep, Thank you for the tip. I am replying late but wanted closure on this post. Make sure all the contact/contactgroup objects are defined with a + sign to ensure they are additive. This works. I added contact group as in the code below in the definition of host/services and now i can have ...
- Tue Sep 15, 2015 5:53 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Core - Graphs
- Replies: 2
- Views: 3317
Nagios Core - Graphs
Hi All, I am using Nagios Core "Version 3.5.1" running on my Ubuntu production server. I am happy with the performance, however i wish to know if it can be enhanced. Can we have graphs for Nagios Core for the mentioned version? My current configuration has many services such as Current Loa...
- Mon Sep 07, 2015 11:28 pm
- Forum: Open Source Nagios Projects
- Topic: Setup SMS notification with existing SMS Gateway
- Replies: 3
- Views: 2735
Re: Setup SMS notification with existing SMS Gateway
Hi Box, I am aware that i will have to add commands to 'command.cfg'. But these commands are suppose to refer/call to a plugin in nagios library plugins directory. Usually i can get all the scripts from internet, but i cant find any custom/ready script where i just need to put in the gateway credent...
- Mon Sep 07, 2015 12:04 am
- Forum: Open Source Nagios Projects
- Topic: Check Memory Plugin Issue - check_mem.pl
- Replies: 5
- Views: 7070
Re: Check Memory Plugin Issue - check_mem.pl
Hey Box,
Thanks bro. I did copy the file using Winscp... worked.
Thanks a mil...
Thanks bro. I did copy the file using Winscp...
Code: Select all
If you've already done this, try dos2unix <filename> and it should fix the file.Thanks a mil...
- Sat Sep 05, 2015 5:50 am
- Forum: Open Source Nagios Projects
- Topic: Setup SMS notification with existing SMS Gateway
- Replies: 3
- Views: 2735
Setup SMS notification with existing SMS Gateway
Hi Again, I have set up Nagios Core which is working fine. I do get email notifications. Now i want to set up SMS notifications. Our company already have contract with a SMS gateway firm. I am told to use their services for Nagios SMS alerts/notification. I can get all the credentials required to se...