Page 1 of 3
could not installed nagios client on RHEL7
Posted: Wed Dec 07, 2016 1:15 pm
by pcouas
Hi
Sorry if it's not good forum.
I have an new RHLE7 server which is client of nagios machine
I could install sudo yum install nagios-plugins-all
BUT sudo yum install nagios-plugins-all is not found ?
Where could i found this package ?
Regards
Re: could not installed nagios client on RHEL7
Posted: Wed Dec 07, 2016 1:23 pm
by rkennedy
Not sure where you found those instructions, but we recommend that plugins be installed from source and not a package. You can find them here -
https://support.nagios.com/kb/article.p ... ategory=58 (scroll down to 'Installing the Nagios Plugins')
Re: could not installed nagios client on RHEL7
Posted: Thu Dec 08, 2016 12:36 am
by pcouas
Hi,
I just need client not server part which is allready installed on nagios3 server.
My new client is an RHLE7
So i just need Installing The Nagios Plugins ??
Regards
Re: could not installed nagios client on RHEL7
Posted: Thu Dec 08, 2016 10:34 am
by rkennedy
Yes, you'll need to install whatever agent you plan to have execute the plugins as well. Just follow the directions mentioned above and you'll be set, you only need to follow the Plugin related part.
Re: could not installed nagios client on RHEL7
Posted: Thu Dec 08, 2016 12:37 pm
by pcouas
Hi,
Last client plugin is compatible with Nagios3 server ?
Re: could not installed nagios client on RHEL7
Posted: Thu Dec 08, 2016 12:53 pm
by pcouas
Hi I have compile
But when i try to launch
sudo systemctl status nagios.service
Failed to start nagios.service: Unit not found
Where is my mistake ?
Re: could not installed nagios client on RHEL7
Posted: Thu Dec 08, 2016 12:59 pm
by pcouas
I have /usr/local/nagios/libexec and /usr/local/nagios/share directory BUT NO /usr/local/nagios/bin directory ?
Re: could not installed nagios client on RHEL7
Posted: Thu Dec 08, 2016 1:08 pm
by pcouas
Hi,
Where are logs files ? nothing on /var/log
Re: could not installed nagios client on RHEL7
Posted: Thu Dec 08, 2016 1:15 pm
by dwhitfield
Are you using Log Server or XI (or maybe core)? Could you send us a screenshot of basically any page of the UI?
Let's assume you are using XI. Can you PM me your Profile? You can download it by going to Admin > System Config > System Profile and click the Download Profile (not Show Profile) button in the top right corner. If for whatever reason you cannot download the profile, please put the output of Show Profile in the thread (that will at least get us some info).
After you PM the profile, please update this thread. Updating this thread is the only way for it to show back up on our dashboard.
Re: could not installed nagios client on RHEL7
Posted: Thu Dec 08, 2016 1:19 pm
by pcouas
SELINUX is permissive
I use command line with putty tool only, no graphical interface.
Perhaps could i re-launch ????? then give you lines on screen ?
Putty buffer d'ont keep all log of screen
I make commands with sudo
cd /tmp/nagios-plugins-release-2.1.3/
sudo ./tools/setup
sudo ./configure
sudo make
sudo make install
My computer is not a nagios server is only client
Regards