b889
![]() |
|
|
|
|
|||||||
| Networking Network related discussions (including general TCP/IP stuff, routing, etc). |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
I am not really sure of why there was a problem or convinced that the solution was the correct one.
I recently upgraded a jail server to 8.0-stable. The jail userland was also updated. The jail runs the net-mgmt/nrpe port which Nagios communicates with to determine various system status. The following command is run within the jail and connects to itself: Code:
[root@ducky /usr/local/libexec/nagios]# ./check_nrpe2 -H 10.55.0.20 -c check_disks DISK OK - free space: / 54451 MB (42% inode=93%);| /=75156MB;140858;140868;0;140878 [root@ducky /usr/local/libexec/nagios]# Code:
$ ./check_nrpe2 -H 10.55.0.20 -c check_disks CHECK_NRPE: Socket timeout after 10 seconds. Code:
Dec 5 23:19:22 ducky nrpe[540]: Could not read request from client, bailing out... From another system, the same command fails: Code:
$ ./check_nrpe2 -H 10.55.0.20 -c check_disks CHECK_NRPE: Error - Could not complete SSL handshake. Code:
Dec 5 23:25:52 ducky nrpe[8060]: Host 10.55.0.23 is not allowed to talk to us! Code:
./check_nrpe2 -H 10.55.0.20 -c check_disks DISK OK - free space: / 54451 MB (42% inode=93%);| /=75156MB;140858;140868;0;140878 So.. We can access the jail from another system, but not from the jail host system. solution: recompile nrpe and start it. This solution worked on two jails on two diferent jail hosts.
__________________
-- Dan Langille Last edited by DutchDaemon; December 6th, 2009 at 00:53. Reason: use [code] tags - http://forums.freebsd.org/showthread.php?t=8816 |
| The Following User Says Thank You to dvl@ For This Useful Post: | ||
liontaur (December 9th, 2012) | ||
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HELP!! problem with configuring nagios web interface | mikoloy | Web & Network Services | 1 | October 20th, 2009 14:59 |
| [Solved] Two quick PF questions (table/macro related) | Voltar | Firewalls | 4 | June 27th, 2009 23:20 |
| sh & fifo related question | graudeejs | Userland Programming & Scripting | 1 | June 18th, 2009 00:15 |
| Gnome Issues and Possibly X issues | haibane | X.Org | 61 | June 8th, 2009 17:47 |
| Nagios Instant Message Notifications? | dave | Web & Network Services | 6 | December 22nd, 2008 09:29 |