Hi,
I am running Nagios Core 4.4.6 ( https://www.nagios.org/downloads/nagios-core/thanks/?product_download=nagios...) on CentOS Stream release 8. Please refer to the below details about nagios and thruk web interface https://www.thruk.org/
#rpm -qa | grep labs-consol labs-consol-stable-1.4-1.noarch #rpm -qa | grep thruk thruk-base-2.44.3-11112.1.x86_64 thruk-2.44.3-11112.1.x86_64 thruk-plugin-reporting-2.44.3-11112.1.x86_64 libthruk-2.44.2-0.x86_64 #rpm -qa | grep epel epel-release-8-11.el8.noarch epel-next-release-8-11.el8.noarch #
#/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
Nagios Core 4.4.6 Copyright (c) 2009-present Nagios Core Development Team and Community Contributors Copyright (c) 1999-2009 Ethan Galstad Last Modified: 2020-04-28 License: GPL
Website: https://www.nagios.org Reading configuration data... Read main config file okay... Read object config files okay...
Running pre-flight check on configuration data...
Checking objects... Checked 16 services. Checked 2 hosts. Checked 1 host groups. Checked 0 service groups. Checked 1 contacts. Checked 1 contact groups. Checked 24 commands. Checked 5 time periods. Checked 0 host escalations. Checked 0 service escalations. Checking for circular paths... Checked 2 hosts Checked 0 service dependencies Checked 0 host dependencies Checked 5 timeperiods Checking global event handlers... Checking obsessive compulsive processor commands... Checking misc settings...
Total Warnings: 0 Total Errors: 0
Things look okay - No serious problems were detected during the pre-flight check
I am following https://www.thruk.org/documentation/install.html to install Livestatus addon for Nagios which provides real time status data. Is there a way to enable the below entry in /usr/local/nagios/etc/nagios.cfg file. I did search using yum and dnf package manager on CentOS Stream release 8 but unable to locate livestatus.o addon or install it.
broker_module=/opt/local/livestatus/livestatus.o /tmp/live.sock
Any help will be highly appreciable. Please guide/suggest. Thanks in advance.
Best Regards,
Kaushal
I am following https://www.thruk.org/documentation/install.html to install Livestatus addon for Nagios which provides real time status data. Is there a way to enable the below entry in /usr/local/nagios/etc/nagios.cfg file. I did search using yum and dnf package manager on CentOS Stream release 8 but unable to locate livestatus.o addon or install it.
broker_module=/opt/local/livestatus/livestatus.o /tmp/live.sock
Any help will be highly appreciable. Please guide/suggest. Thanks in advance.
It seems you're looking for MK-livestatus.
https://www.thruk.org/api/Monitoring/Livestatus/ https://checkmk.com/download/sources-download
On Thu, Oct 14, 2021 at 2:00 AM isdtor isdtor@gmail.com wrote:
I am following https://www.thruk.org/documentation/install.html to
install
Livestatus addon for Nagios which provides real time status data. Is
there
a way to enable the below entry in /usr/local/nagios/etc/nagios.cfg
file. I
did search using yum and dnf package manager on CentOS Stream release 8
but
unable to locate livestatus.o addon or install it.
broker_module=/opt/local/livestatus/livestatus.o /tmp/live.sock
Any help will be highly appreciable. Please guide/suggest. Thanks in advance.
It seems you're looking for MK-livestatus.
https://www.thruk.org/api/Monitoring/Livestatus/ https://checkmk.com/download/sources-download
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Thanks a lot isdtor and it worked like a charm. Appreciate it.