Search found 159 matches

by sgardil
Tue May 28, 2024 9:12 am
Forum: Nagios XI
Topic: Switch Wizard Error
Replies: 2
Views: 82

Re: Switch Wizard Error

Hey AngeloMileto Sorry you are dealing with this, I've never heard of this happening to someone. I know you said you inherited the instance however was this working prior and you did an upgrade and now it no longer works? This seems like it will need some trouble shooting so it may be best for you t...
by sgardil
Fri May 24, 2024 11:44 am
Forum: Nagios XI
Topic: Changing email notification
Replies: 3
Views: 328

Re: Changing email notification

Hey COSIT If you only want to be emailed on state changes then I believe if you change the notification interval to 0 it should only notify you when the state changes rather than repeating during the interval selected while in a state that it is configured to notify for. You can change these options...
by sgardil
Thu May 23, 2024 10:03 am
Forum: Nagios XI
Topic: False Positives
Replies: 3
Views: 301

Re: False Positives

To add to what jsimon said are the emails you are getting about specific services on the devices? If it is just certain services going down at the same time it sounds like it could be possible that there is a configuration in your network to disable certain ports during non work hours.
by sgardil
Wed May 22, 2024 9:51 am
Forum: Nagios XI
Topic: Force an immediate check
Replies: 5
Views: 375

Re: Force an immediate check

Hey @Jiffy_Huang

Do you happen to have any errors in your php logs? These can be found in /var/log/php-fpm/www-error.log
by sgardil
Mon May 20, 2024 9:29 am
Forum: Nagios XI
Topic: VDSL internet lines
Replies: 2
Views: 185

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

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

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

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: 7
Views: 388

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

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