Hello,
Are there any NPRE compiled version for solaris 8 and 9?
Thanks
nrpe for solaris 8 and 9?
-
jdalrymple
- Skynet Drone
- Posts: 2620
- Joined: Wed Feb 11, 2015 1:56 pm
Re: nrpe for solaris 8 and 9?
We don't provide precompiled NRPE binaries for any platform.
compiling it is wicked easy and requires only openssl as a prerequisite. I will forewarn that support for Solaris 9 fell off the NRPE radar around version 2.12, don't bother trying with the current versions as they won't compile.
compiling it is wicked easy and requires only openssl as a prerequisite. I will forewarn that support for Solaris 9 fell off the NRPE radar around version 2.12, don't bother trying with the current versions as they won't compile.
Re: nrpe for solaris 8 and 9?
Some notes on building for Solaris 8:
http://www.computerglitch.net/blog/atti ... ris-8.html
The big note here is that some people have had to make a small edit to src/nrpe.c in order to get it to build and work with ssl correctly. I would try building it first without the edits, but if you do indeed have issues, check this site out.
http://www.computerglitch.net/blog/atti ... ris-8.html
The big note here is that some people have had to make a small edit to src/nrpe.c in order to get it to build and work with ssl correctly. I would try building it first without the edits, but if you do indeed have issues, check this site out.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: nrpe for solaris 8 and 9?
Are there any guide for solaris 8 and 9?.
Thanks.
Thanks.
Re: nrpe for solaris 8 and 9?
Well, I posted a guide for Solaris 8 above . . . .
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: nrpe for solaris 8 and 9?
What are the necessary packages?, host haven't internet connection.
Re: nrpe for solaris 8 and 9?
the NRPE source can be downloaded from the following urL;
http://sourceforge.net/projects/nagios/ ... nrpe-2.12/
http://sourceforge.net/projects/nagios/ ... nrpe-2.12/
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: nrpe for solaris 8 and 9?
Thanks, but i mean openssl version, gcc version etc..?
-
jdalrymple
- Skynet Drone
- Posts: 2620
- Joined: Wed Feb 11, 2015 1:56 pm
Re: nrpe for solaris 8 and 9?
Being security focused software you should use the most current version of openssl you can come up with for your platform.
Any semi modern version of GCC should do fine. As I said above - NRPE is not a particularly difficult piece of software to compile.
Any semi modern version of GCC should do fine. As I said above - NRPE is not a particularly difficult piece of software to compile.
Re: nrpe for solaris 8 and 9?
I installed nrpe-1.9_5-sol9-sparc-local.gz and nagios-plugins-1.3.1_2-sol9-sparc-local.gz packages in solaris 9.
I added server ip in allowed_hosts on nrpe.cfg file.
I executed nrpe as standalone daemon.
I checked ports and connection was stablished from server to host.
No exist firewall in solaris host.
A Nrpe 1.9 version was installed on nagios server.
I restarted daemon, but I received "CHECK_NRPE: Received 0 bytes. Are we allowed to connect to the host?"
Any sugestion, please?
Edit ->
I try make a telnet to 5666 port and obtained "Connection closed by foreign host." from a ip included in the allowed_hosts list.
I added server ip in allowed_hosts on nrpe.cfg file.
I executed nrpe as standalone daemon.
I checked ports and connection was stablished from server to host.
No exist firewall in solaris host.
A Nrpe 1.9 version was installed on nagios server.
I restarted daemon, but I received "CHECK_NRPE: Received 0 bytes. Are we allowed to connect to the host?"
Any sugestion, please?
Edit ->
I try make a telnet to 5666 port and obtained "Connection closed by foreign host." from a ip included in the allowed_hosts list.