Search found 135 matches

by dslaughter
Thu Feb 26, 2026 5:07 pm
Forum: Nagios XI
Topic: upgrade to latest from old version 5.10
Replies: 1
Views: 42

upgrade to latest from old version 5.10

I'm on a very old version 5.10 because I was still restricted to centos 7. What is the correct upgrade path? I'm on oracle 9 now. Do I install the latest version and restore backup or should I do an incremental upgrade and work my way up to the latest version? I was told there may be php problems if...
by dslaughter
Mon Jun 02, 2025 8:49 am
Forum: Nagios XI
Topic: Custom logos for hosts
Replies: 1
Views: 533

Re: Custom logos for hosts

I have xi and hadn't copied it to the correct directory. It should be here /usr/local/nagiosxi/html/includes/components/nagioscore/ui/images/logos/

Problem solved
by dslaughter
Mon Jun 02, 2025 8:19 am
Forum: Nagios XI
Topic: Custom logos for hosts
Replies: 1
Views: 533

Custom logos for hosts

I'm trying to add a custom png to the host. I created the logo exactly like the snmppenguin.png. I add it to the host config, misc settings in status image and icon image. It originally had the snmppenguin.png and it displays correctly. Most of the logos have a gd2,gif, and a png. snmppenguin.png on...
by dslaughter
Wed May 14, 2025 2:37 pm
Forum: Nagios XI
Topic: Manage unconfigured objects with api
Replies: 5
Views: 5845

Re: Manage unconfigured objects with api

If anyone is interested...

I wrote a selenium script to access unconfigured objects page. I was able to collect the objects, and delete the ones that didn't match my filter.
by dslaughter
Sun Apr 20, 2025 12:51 pm
Forum: Nagios XI
Topic: Manage unconfigured objects with api
Replies: 5
Views: 5845

Re: Manage unconfigured objects with api

Thank you for your response. My problem is I have a lot of unconfigured objects. I have so many because I have traps that come in with a service name that I don't define so I have to configure only some of the unconfigured objects. I thought I found a way to delete unconfigured objects using the api...
by dslaughter
Wed Apr 16, 2025 3:24 pm
Forum: Nagios XI
Topic: Manage unconfigured objects with api
Replies: 5
Views: 5845

Re: Manage unconfigured objects with api

Thank you for your quick response. Do you know if there is a log that might help identify what permissions are needed? I'm an admin. I get the list of unconfigured objects so the connect is good and the token works. I only get the 403 when I try to remove from unconfigured objects.
by dslaughter
Wed Apr 16, 2025 9:19 am
Forum: Nagios XI
Topic: Manage unconfigured objects with api
Replies: 5
Views: 5845

Manage unconfigured objects with api

I have nagiosxi 5.10.0. (I can't upgrade until end of year) I'm trying to use the api to list unconfigured objects then remove based on a filter. I've written a script and it is able to get the list of unconfigured objects but it gets a 403 when the delete is attempted. I'm an admin and my token is ...
by dslaughter
Wed Mar 13, 2024 2:32 pm
Forum: Nagios XI
Topic: Cancel apply configuration
Replies: 4
Views: 1290

Re: Cancel apply configuration

Thank you for the info. It would be helpful to have that feature when you do something using bulk mod and realized you made a mistake. In my case it took quite a bit of time to sort through and fix. Some of the changes were desired but others were not.

Thanks again. You can lock this.
by dslaughter
Wed Mar 13, 2024 7:03 am
Forum: Nagios XI
Topic: Cancel apply configuration
Replies: 4
Views: 1290

Cancel apply configuration

I have made some bulk modifications that I decided I don't want to apply. Is there a way to cancel, remove, or view what is in apply configuration?
by dslaughter
Wed Aug 16, 2023 6:36 am
Forum: Nagios XI
Topic: apache tomcat wizard
Replies: 3
Views: 1490

Re: apache tomcat wizard

The check is actually working. If I run from command line or is run by nagiosxi poller it works but if I try in 'run check command' in core config manager it fails.I guess it doesn't escape correctly. Since this is working you can close this issue. it would be great if the run check command could be...