Search found 7 matches

by avezinaATetl
Mon Oct 07, 2019 1:12 pm
Forum: Open Source Nagios Projects
Topic: [solved] Time period missing on a rotation setup
Replies: 3
Views: 822

Re: Time period missing on a rotation setup

So the day I want to have Semaine2 & 3 associated to UrgentA (1 & 4 to UrgentB), I'll need to change the time definition? That's a bit sad.

Thanks for the quick reply.
by avezinaATetl
Mon Oct 07, 2019 9:20 am
Forum: Open Source Nagios Projects
Topic: [solved] Time period missing on a rotation setup
Replies: 3
Views: 822

[solved] Time period missing on a rotation setup

Hi all, I have those four timeperiods configured for a bi-weekly rotation within nagios. Only problem is that the monday 8-24 time is missing from my final time periods (UrgentA, UrgentB) (as you can see in the screenshot attached) The final result I'm looking for is : Team A, on call for two weeks,...
by avezinaATetl
Tue Feb 26, 2019 11:51 am
Forum: Open Source Nagios Projects
Topic: Service never reaches CRITICAL HARD State
Replies: 3
Views: 862

Re: Service never reaches CRITICAL HARD State

Thank you for your answer.

I just updated Nagios, we'll see if that problem comes back.
by avezinaATetl
Tue Feb 19, 2019 11:57 am
Forum: Open Source Nagios Projects
Topic: Service never reaches CRITICAL HARD State
Replies: 3
Views: 862

Service never reaches CRITICAL HARD State

Hi,

I have a service that reaches max_check_attempts but doesn't go in HARD state, and we never receive a notification for that service failure.
Service Configuration
Service Configuration
Service Status
Service Status
do you have an idea of what is happening?
by avezinaATetl
Mon Nov 26, 2018 2:11 pm
Forum: Open Source Nagios Projects
Topic: Custom Macro/Variable Limitation
Replies: 5
Views: 1333

Re: Custom Macro/Variable Limitation

Thank you again. The variables are not the same in my initial post because I used placeholders and didn't use them the same way for the post. After checking everything again, I had some typo at multiple places. Fixed them. I think my problem was caused by not using all upercase in my variables names...
by avezinaATetl
Mon Nov 26, 2018 1:08 pm
Forum: Open Source Nagios Projects
Topic: Custom Macro/Variable Limitation
Replies: 5
Views: 1333

Re: Custom Macro/Variable Limitation

Hi Scott, thank you for your reply. Yes, custom variable starts with an underscore. I forgot about it in my post, but I do have them in my configs. While I do some more test to expand my question, can you answer this question : Is there a character limitation (hyphens, underscore, other symbols) or ...
by avezinaATetl
Mon Nov 26, 2018 11:55 am
Forum: Open Source Nagios Projects
Topic: Custom Macro/Variable Limitation
Replies: 5
Views: 1333

Custom Macro/Variable Limitation

Hi, I'm trying to use macro/variable to sets some urls/fqdn to check. I am using the variable name : FQDN_Product_Service with a value of "devapi.example.org" And the check command check_http : Check_API_Health!$_HOSTFQDN_PRO_SVC$!http://$_HOSTFQDN_PRO_SVC$/api/Health When I do a network c...