Search found 150 matches

by sgardil
Fri May 10, 2024 9:09 am
Forum: Nagios XI
Topic: wrapper for check_nrpe Check_OS_Version.
Replies: 3
Views: 45

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: 74

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: 121

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: 202

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: 23379

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: 23379

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: 23379

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: 286

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...
by sgardil
Thu Apr 25, 2024 9:42 am
Forum: Nagios XI
Topic: NTP Time Drift
Replies: 3
Views: 198

Re: NTP Time Drift

There was another thread on this but didn't see a full solution so need to ask again. My goal is to check the time of a host machine (Windows and Linux and Physical as well as Virtual) and compare it to a known time source (Domain controller or ntp server). If the difference is greater than 'x' min...
by sgardil
Wed Apr 24, 2024 9:22 am
Forum: Nagios XI
Topic: time definitions can't be deleted in timeperiod (missing button)
Replies: 4
Views: 201

Re: time definitions can't be deleted in timeperiod (missing button)

Hello, I need to change / delete a time definition in a timeperiod, but now I noticed that the delete buttons are gone. I checked this by using other users (including nagiosadmin), different themes and different browsers, no difference. Is this a bug, or a problem in our installation? We are runnin...