Hi, I have just made the notification interval inmutable for each notification object, fixing the time required by database to update the field notification_interval on services and hosts table.
I’ll be closing the ticket.
Now, Is it possible to provide a hashmode function,
i.e
math.hashmod (some_string, modulus)
where given a string to hash, the outcome is a to the modulus
of a hash of the said string, between 0 and the modulus integer? pretty much like prometheus “hashmod” function ?
Thanks in advance,