Search found 268 matches

by gwesterman
Wed Dec 17, 2025 5:19 pm
Forum: Nagios XI
Topic: Mod Gearman GUI problems after upgrade to 2026R1.1
Replies: 4
Views: 5339

Re: Mod Gearman GUI problems after upgrade to 2026R1.1

Can you provide the full output to nmg.log when you run sync? Try adding become: false to the ansible.builtin.stat jobs in /usr/local/nagiosxi/html/config/nmg/ansible, e.g. # Oracle config file - name: Check if Oracle plugin file exists locally ansible.builtin.stat: path: /usr/local/nagiosxi/etc/con...
by gwesterman
Wed Nov 26, 2025 10:25 am
Forum: Nagios XI
Topic: Nagios XI Mod-Gearman event handler
Replies: 2
Views: 5164

Re: Nagios XI Mod-Gearman event handler

Hi @occ, We have disabled the eventhandlers from running on the Gearman workers because the eventhandlers that are used in XI require access to the XI server's data, files, database, etc. which the Gearman Worker cannot access so the workers cannot have that enabled. You can always override the inte...
by gwesterman
Thu Oct 30, 2025 8:48 am
Forum: Nagios XI
Topic: deploy a worker, it goes into failed status
Replies: 7
Views: 10108

Re: deploy a worker, it goes into failed status

Hi @btayl, First, make sure you can ssh into the machine as root. If that doesn't fix it, them when you try to deploy, could you copy and send me the contents appended to /usr/local/nagiosxi/var/components/nmg.log ? Or you could read the output and try to fix it yourself if you would like. Thank you!
by gwesterman
Tue Oct 28, 2025 9:59 am
Forum: Nagios XI
Topic: Worker deploy from gui status failed | mod gearman
Replies: 1
Views: 6873

Re: Worker deploy from gui status failed | mod gearman

Hi @occ,

When you add the worker, did you give it a Hostname/IP Address?

Thank you,

Griffin Westerman
by gwesterman
Wed Oct 22, 2025 4:20 pm
Forum: Open Source Nagios Projects
Topic: Problems upgrading from Nagios Core 4.3.2 - 4.5.9
Replies: 1
Views: 56862

Re: Problems upgrading from Nagios Core 4.3.2 - 4.5.9

Hi @xnads2025,

Check your nagios config (/usr/local/nagios/etc/nagios.cfg). Where does the lock_file directive point to?
by gwesterman
Fri Aug 29, 2025 3:01 pm
Forum: Nagios XI
Topic: Link Nagios XI DashBoard to Confluence Page
Replies: 11
Views: 30866

Re: Link Nagios XI DashBoard to Confluence Page

Hi @AngeloMileto,

I am not sure I understand your latest question, but you might be able to fix the original 'refused to connect' issue by disabling X-Frame Options in Admin -> System Settings -> Security -> Page Security Settings.
by gwesterman
Mon Aug 25, 2025 4:01 pm
Forum: Nagios XI
Topic: NCPA Agent Deploy to MS systems
Replies: 4
Views: 8487

Re: NCPA Agent Deploy to MS systems

Hi StevenBeauchemin,

At the moment, only SSH deployment is supported from XI. I will create an internal feature request to add the option to use WinRM.

Thank you!
by gwesterman
Mon Aug 18, 2025 4:33 pm
Forum: Open Source Nagios Projects
Topic: Nagvis backend not working
Replies: 3
Views: 42712

Re: Nagvis backend not working

You are welcome!

Glad I could help.
by gwesterman
Fri Aug 15, 2025 4:47 pm
Forum: Open Source Nagios Projects
Topic: Nagios repo for Debian 13 Trixie
Replies: 5
Views: 48840

Re: Nagios repo for Debian 13 Trixie

Hi @antonc42,

I'm assuming you are asking for support for NCPA.

Since NCPA is open-source, you can always file an issue.

You may also have luck installing the deb file manually.

Thank you!
by gwesterman
Thu Aug 14, 2025 4:44 pm
Forum: Open Source Nagios Projects
Topic: Nagvis backend not working
Replies: 3
Views: 42712

Re: Nagvis backend not working

Hi ThomasB,

Try changing:

backend="backend_ndomy_1"

to:

backend="ndomy_1"

Let us know if that works. Thank you!