Search found 123 matches

by gwesterman
Thu Nov 09, 2023 10:25 am
Forum: Nagios XI
Topic: Update Warnings, Standalone Check
Replies: 4
Views: 2887

Re: Update Warnings, Standalone Check

Hi @vornado,

You can also run this script:

Code: Select all

/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
which will give you warning or error messages if you have anything misconfigured.

Hope this helps!
by gwesterman
Wed Nov 08, 2023 10:30 am
Forum: Nagios XI
Topic: Nagios monitor hosts in Azure disable Nagios checks when powered off
Replies: 4
Views: 1178

Re: Nagios monitor hosts in Azure disable Nagios checks when powered off

I see. For your situation, I think you will have to configure your script to modify the main config file (nagios.cfg) to disable appropriate checks and restart and/or leverage the External Commands functionality in Nagios. These let external applications submit combats via writing to the command fil...
by gwesterman
Tue Nov 07, 2023 10:05 am
Forum: Nagios XI
Topic: Nagios monitor hosts in Azure disable Nagios checks when powered off
Replies: 4
Views: 1178

Re: Nagios monitor hosts in Azure disable Nagios checks when powered off

Hi @fabiuseur, It looks like you're looking for the Scheduled Downtime feature in XI. This allows you to disable unwanted host, service, hostgroup, and servicegroup checks for a specified amount of time. Here are some links to get started: - Configuring Downtime in Nagios - Support KB Article on Con...
by gwesterman
Mon Nov 06, 2023 10:59 am
Forum: Open Source Nagios Projects
Topic: Service Critical not sending notification.
Replies: 1
Views: 2859

Re: Service Critical not sending notification.

Hi @itinneed2022, If you haven't already, I would make sure whatever you have setup to send/receive email notifications is properly configured (i.e. ensure that the notification is not being triggered, as opposed to not being received). These links might be helpful for setting up email notifications...
by gwesterman
Fri Nov 03, 2023 9:03 am
Forum: Nagios XI
Topic: restoring to different platform - mysql issues
Replies: 6
Views: 8421

Re: restoring to different platform - mysql issues

Hi @elinagios,

This forum answer covers how to uninstall mod-gearman.

Let us know if this works for you.
by gwesterman
Thu Nov 02, 2023 9:36 am
Forum: Open Source Nagios Projects
Topic: Active Check Following a Non-OK Check Occurs Too Soon
Replies: 6
Views: 10162

Re: Active Check Following a Non-OK Check Occurs Too Soon

Hi @DStackley,

It would help to get a look at your service cfg file itself and your main configuration file (nagios.cfg). In the meantime, this article that covers host and service check scheduling might be of assistance.

Thank you!
by gwesterman
Wed Nov 01, 2023 9:14 am
Forum: Nagios XI
Topic: State changes between DOWN - UNR
Replies: 2
Views: 1181

Re: State changes between DOWN - UNR

Hi @coitop, This may not be exactly what you are looking for, but there is an option in Core Config Manager -> Hosts or Services , when you select a host or service, to select specific notification options (e.g. only for a "down" or "unreachable" state or both "down" an...
by gwesterman
Tue Oct 31, 2023 11:34 am
Forum: Nagios XI
Topic: Generate report grouped by minute/hour/day
Replies: 1
Views: 1542

Re: Generate report grouped by minute/hour/day

Hi @nagios_newbie, I do not believe there is a built-in way to configure the host/service availability reports to give exactly what you are looking for. However, it looks like your use-case better fits the state history report. You can schedule this report monthly and it will give specific, regular ...
by gwesterman
Mon Oct 30, 2023 9:29 am
Forum: Nagios XI
Topic: NCPA Disk counters (All Instances)
Replies: 3
Views: 2208

Re: NCPA Disk counters (All Instances)

Hi @swackle,

NCPA can check disk used and disk free space (percentage) and check disk performance data.

Let us know if this works and if there is anything else we can help you with.
by gwesterman
Fri Oct 27, 2023 10:02 am
Forum: Nagios XI
Topic: restoring to different platform - mysql issues
Replies: 6
Views: 8421

Re: restoring to different platform - mysql issues

Hi @elinagios, If you haven't already, trying the last suggestion in the article @sgardil shared would be a good place to start: Establish a terminal session to your offloaded MySQL server and execute the following commands: mysql -u root -p'mypassword' Once logged in, execute these commands: GRANT ...