-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nagios 4.5 not working with adagios #683
Comments
Any help? |
I would use Naemon, it has livestatus support. You can try to use older version (1.2.6) of livestatus with nagios wget https://github.com/opinkerfi/adagios/raw/master/contrib/mk-livestatus-1.2.6.tar.gz Build mk-livestatus for Nagios4Download mk-livestatus-1.2.6.tar.gz |
Thanks will try that :)
…On Wed, 13 Mar 2024 at 12:03, Garðar Þorsteinsson ***@***.***> wrote:
I would use Naemon, it has livestatus support. You can try to use older
version (1.2.6) of livestatus with nagios
wget
https://github.com/opinkerfi/adagios/raw/master/contrib/mk-livestatus-1.2.6.tar.gz
Build mk-livestatus for Nagios4
Download mk-livestatus-1.2.6.tar.gz
sudo yum install -y make gcc-c++
tar -zxvf mk-livestatus-1.2.6.tar.gz
cd mk-livestatus-1.2.6
./configure --with-nagios4
make
make install
—
Reply to this email directly, view it on GitHub
<#683 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANT2RMVJX6NHESQCZTZKN3YYA6CFAVCNFSM6AAAAABBLF66RSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJUGIZDENZQGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
NO luck.... sorry :(
On Wed, 13 Mar 2024 at 15:06, César Silva Araújo ***@***.***>
wrote:
… Thanks will try that :)
On Wed, 13 Mar 2024 at 12:03, Garðar Þorsteinsson <
***@***.***> wrote:
> I would use Naemon, it has livestatus support. You can try to use older
> version (1.2.6) of livestatus with nagios
>
> wget
> https://github.com/opinkerfi/adagios/raw/master/contrib/mk-livestatus-1.2.6.tar.gz
> Build mk-livestatus for Nagios4
>
> Download mk-livestatus-1.2.6.tar.gz
> sudo yum install -y make gcc-c++
> tar -zxvf mk-livestatus-1.2.6.tar.gz
> cd mk-livestatus-1.2.6
> ./configure --with-nagios4
> make
> make install
>
> —
> Reply to this email directly, view it on GitHub
> <#683 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AANT2RMVJX6NHESQCZTZKN3YYA6CFAVCNFSM6AAAAABBLF66RSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJUGIZDENZQGQ>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
did you change the broker module path? broker_module=/usr/local/lib/mk-livestatus/livestatus.o |
and if you want to try Naemon, you can try this guide for RHEL8 : |
Yes i have changed broker module path. It used to work untill nagios 4.4,
on 4.5 and 4.5.1 is broken.
…On Wed, 13 Mar 2024 at 15:24, Garðar Þorsteinsson ***@***.***> wrote:
and if you want to try Naemon, you can try this guide for RHEL8 :
https://github.com/opinkerfi/adagios/wiki/Install-guide
—
Reply to this email directly, view it on GitHub
<#683 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANT2ROSNEAF3KDS2FHYRXLYYBVRFAVCNFSM6AAAAABBLF66RSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJUGY2TKOBSGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi the latest version of nagios (4.5) and adagios 1.6 do not work. When opening adagios the message i have is the following:
ParserError: "[Errno 111] Connection refused while connecting to '/usr/local/nagios/var/rw/livestatus'. Make sure nagios is running and mk_livestatus loaded."
When adagios is opened it makes the mk-live-status socket crash, and i cant find why is crashing.
Dont know how to fix or where to fix. If someone could point me in the right direction i would appreciate it.
Thanks in advance
The text was updated successfully, but these errors were encountered: