Hi,
Is it possible to divide the day to different timestamps and give them different thresholds? I want to use it for throughput notifications. For example, if the traffic goes below 50 gbps in daytime send a warning notification, but at night send the notification if the traffic is below 30 gbps.
I can do with using timestamps, but it just let me do one side of the day. I cant give threshold value for the other.
Thanks in advance. I am newbie with Nagios XI.
Regards
Different Thresholds with Different Timestamps
-
demogorgon
- Posts: 1
- Joined: Sun Aug 05, 2018 7:40 am
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Different Thresholds with Different Timestamps
This is only possible if you either setup multiple checks for the same service with different thresholds and timeperiods, or you create a custom wrapper plugin that detects the time of day and uses the different thresholds at the certain times.