Search found 155 matches

by sgardil
Mon May 20, 2024 9:29 am
Forum: Nagios XI
Topic: VDSL internet lines
Replies: 2
Views: 79

Re: VDSL internet lines

Hey fanis_imetrix Nagios is fairly configurable so it should be able to do it however depending on how far you want to go it may need a lot of configuring or to make a new plugin. Our router/switch wizard can check the input and output however I think this is mainly for if certain ports exceed certa...
by sgardil
Fri May 17, 2024 9:23 am
Forum: Nagios XI
Topic: Nagios DB issue after nagiosxi upgrade
Replies: 10
Views: 4169

Re: Nagios DB issue after nagiosxi upgrade

I adjusted the database settings and configurations. It actually worked. Many thanks. 1v1 lol Hey what exactly did you adjust? I'm not sure what exactly they adjusted however if you want to modify it, it should be anything that would free up space in the settings. What you would want to change may ...
by sgardil
Wed May 15, 2024 2:45 pm
Forum: Nagios XI
Topic: Quick Graph issue
Replies: 5
Views: 106

Re: Quick Graph issue

Have you checked your ncpa config files to see if it is configured for CPU data? They should be in your ncpa.cfg file.
by sgardil
Tue May 14, 2024 1:52 pm
Forum: Nagios XI
Topic: NCPA v3.1.0 changelog
Replies: 9
Views: 146

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: 5
Views: 137

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

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

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

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

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

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...