Search found 268 matches
- Wed Dec 17, 2025 5:19 pm
- Forum: Nagios XI
- Topic: Mod Gearman GUI problems after upgrade to 2026R1.1
- Replies: 4
- Views: 5348
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...
- Wed Nov 26, 2025 10:25 am
- Forum: Nagios XI
- Topic: Nagios XI Mod-Gearman event handler
- Replies: 2
- Views: 5171
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...
- Thu Oct 30, 2025 8:48 am
- Forum: Nagios XI
- Topic: deploy a worker, it goes into failed status
- Replies: 7
- Views: 10121
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!
- Tue Oct 28, 2025 9:59 am
- Forum: Nagios XI
- Topic: Worker deploy from gui status failed | mod gearman
- Replies: 1
- Views: 6880
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
When you add the worker, did you give it a Hostname/IP Address?
Thank you,
Griffin Westerman
- 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: 56914
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?
Check your nagios config (/usr/local/nagios/etc/nagios.cfg). Where does the lock_file directive point to?
- Fri Aug 29, 2025 3:01 pm
- Forum: Nagios XI
- Topic: Link Nagios XI DashBoard to Confluence Page
- Replies: 11
- Views: 30885
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.
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.
- Mon Aug 25, 2025 4:01 pm
- Forum: Nagios XI
- Topic: NCPA Agent Deploy to MS systems
- Replies: 4
- Views: 8493
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!
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!
- Mon Aug 18, 2025 4:33 pm
- Forum: Open Source Nagios Projects
- Topic: Nagvis backend not working
- Replies: 3
- Views: 42730
Re: Nagvis backend not working
You are welcome!
Glad I could help.
Glad I could help.
- Fri Aug 15, 2025 4:47 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios repo for Debian 13 Trixie
- Replies: 5
- Views: 48864
- Thu Aug 14, 2025 4:44 pm
- Forum: Open Source Nagios Projects
- Topic: Nagvis backend not working
- Replies: 3
- Views: 42730
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!
Try changing:
backend="backend_ndomy_1"
to:
backend="ndomy_1"
Let us know if that works. Thank you!