Open BrixSat opened 10 months ago
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
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
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 https://github.com/opinkerfi/adagios/issues/683#issuecomment-1994222704, 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 https://github.com/opinkerfi/adagios/issues/683#issuecomment-1994222704, 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 : https://github.com/opinkerfi/adagios/wiki/Install-guide
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 https://github.com/opinkerfi/adagios/issues/683#issuecomment-1994655826, 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