Search found 152 matches

by sgardil
Tue May 14, 2024 1:52 pm
Forum: Nagios XI
Topic: NCPA v3.1.0 changelog
Replies: 6
Views: 27

Re: NCPA v3.1.0 changelog

Hey TBT Noted on the being more mindful, it seems there may have been a bit of miscommunication and something was pushed prematurely. I know there was a snag on something with todays build in relation to windows so it may be in relation to that. Normally the changelog should just be up on the github.
by sgardil
Mon May 13, 2024 9:37 am
Forum: Nagios XI
Topic: Need assistance with adding in passwords for dbmaint
Replies: 3
Views: 78

Re: Need assistance with adding in passwords for dbmaint

Yes the script fails. Also in the file you mentioned there is no section for DBMaint Adenied.png Hey Psihawk Could we get a little more information on when this issue started and about your system. For example what distro are you on and what version of XI? Also did this start happening after a cert...
by sgardil
Fri May 10, 2024 9:09 am
Forum: Nagios XI
Topic: wrapper for check_nrpe Check_OS_Version.
Replies: 3
Views: 57

Re: wrapper for check_nrpe Check_OS_Version.

Resolved: Command definition was defined to run remote. It needed to run local. # runs on local host $USER1$/check_nrpe_wrapper_check_os.sh -H $HOSTADDRESS$ -t 60 -c $ARG1$ $ARG2$ # runs on remote host $USER1/check_nrpe_wrapper_check_os.sh -H $HOSTADDRESS$ -t 60 -c $ARG1$ $ARG2$ I had not seen this...
by sgardil
Thu May 09, 2024 3:19 pm
Forum: Nagios XI
Topic: Multiple Tables Corrupted Issue
Replies: 3
Views: 95

Re: Multiple Tables Corrupted Issue

Also have you tried our database repair script? That tends to be on of the first easy things to check to see if it fixes your issues with our databases. You can run the script at `/usr/local/nagiosxi/scripts/repair_databases.sh` if you havent tried it already. Otherwise like mentioned above some mor...
by sgardil
Mon May 06, 2024 10:01 am
Forum: Nagios XI
Topic: IP Address Manager
Replies: 3
Views: 132

Re: IP Address Manager

Hey sawdusty The Exchange would be the place to look for a third party plugin so it's unfortunate that there wasnt anything there. Could you go over exactly what you are looking for this plugin to do and I can take a look if I can find anything. Otherwise if you are comfortable making a plugin yours...
by sgardil
Thu May 02, 2024 4:42 pm
Forum: Nagios XI
Topic: Nagios hitting LDAP server for local logins
Replies: 7
Views: 207

Re: Nagios hitting LDAP server for local logins

btk wrote: Thu May 02, 2024 10:17 amCase 00009996.
You can send them a link of this forum post as a refrence. They also may ask for a system profile if you want to pre-emptively get them that information.
by sgardil
Wed May 01, 2024 9:22 am
Forum: Nagios XI
Topic: PHP error with bulk modification tool
Replies: 13
Views: 23436

Re: PHP error with bulk modification tool

Have you tried running the db repair script yet? I dont know if it will fix your issue since it is giving syntax errors rather than general db errors but it might be worth a shot. If you do give it a try make sure to take a snapshot before running it just to be safe. ./usr/local/nagiosxi/scripts/rep...
by sgardil
Tue Apr 30, 2024 9:26 am
Forum: Nagios XI
Topic: PHP error with bulk modification tool
Replies: 13
Views: 23436

Re: PHP error with bulk modification tool

Sorry, I suppose it's also worth noting that when I do the bulk modification tool -> Change single config option -> notification options -> enable warning, critical, recovery, I am using 'Select service using service groups' to select the services. It's also worth noting that I just tested it using...
by sgardil
Mon Apr 29, 2024 9:26 am
Forum: Nagios XI
Topic: PHP error with bulk modification tool
Replies: 13
Views: 23436

Re: PHP error with bulk modification tool

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ''c','r', This part seems suspicious to me. I'm trying to toggle on the (c)ritial, (r)recovery, and (w)arning notification options. It seems to expect another vari...
by sgardil
Fri Apr 26, 2024 9:25 am
Forum: Open Source Nagios Projects
Topic: Nagios Core Server OS version upgrade.
Replies: 7
Views: 341

Re: Nagios Core Server OS version upgrade.

Hey dagrawal Is it safe to assume the servers you are migrating to are also just core and not XI? I ask cause Xi has an option in its gui to migrate servers that works with core. Otherwise the best instructions I have found so far is to scp files to the new server. I'll add links to the webpage talk...