For example:
Code: Select all
Weekday: Friday
Days: 1,2,3,4,5,6,7
Code: Select all
Weekday: Friday
Days: 1,2,3,4,5,6,7
That would force it to be the 1st Friday of every month. I'm opening a feature request as I will be wanting this in the future myself.abrist wrote:You could make a continuous set of 7 days as well as specify Friday only. This way it could only happen once a month:
For example:Code: Select all
Weekday: Friday Days: 1,2,3,4,5,6,7
I was looking at your setup and abrist's hint. Looks like you do it on a mix of the 2nd or 3rd Friday of month, it is not consistent. If you could standardize, you could put as abrist said "1,2,3,4,5,6,7" for the first Friday or "8,9,10,11,12,13,14" for the 2nd Friday and so on...JAMES-BAE wrote:BanditBBS, thanks for bring it up regarding the (March would actually have two Fridays fit the criteria, the 8th and 15th). What can I do to get around this ?
Code: Select all
Valid Weekdays: Friday
Valid Days of Month: 8,9,10,11,12,13,14
It was just an example. If you want it on the second Friday, make it the second continuous set: 8,9,10,11,12,13,14BanditBBS wrote:That would force it to be the 1st Friday of every month.abrist wrote:You could make a continuous set of 7 days as well as specify Friday only. This way it could only happen once a month:
For example:Code: Select all
Weekday: Friday Days: 1,2,3,4,5,6,7
It is not the first time this feature has been requested on the forums, so it's about time for a tracker requestI'm opening a feature request as I will be wanting this in the future myself.
http://tracker.nagios.com/view.php?id=374
After further thought, it isn't needed, using numbers in days of month gives the functionality.abrist wrote:It is not the first time this feature has been requested on the forums, so it's about time for a tracker request