Please how do i configure checkmk to send out mail notifications each day when file system disks are over limit to all users
Just to clarify: Do you mean the whole record or are there any quotas where every single user should get an email for exceeding it?
Otherwise there are several options:
- Set the interval for the discs to 1 day
- Build your own check for the hard drives and run it asynchronously (once a day)
- Set up notification bulking and send it to alle users:
As I mentioned before.
Checkmk usually sends a message for every event, so every time the hard disk is classified as CRIT, a message is sent.
If you only want the messages once a day, then I think notification bulking is the right way for you.
There is also the item Conditions:
Here you can also set bulking for individual services.
how do i configure this
that should be the default.
if a service is getting critical it generates an event which in default sends a notification as configured unter “notifications”. This is per default an email. But you have to set an email-address to your user and you have to configure your postfix so it can send mails.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.


