github.com/stakater/IngressMonitorController@v1.0.103/docs/uptime-configurations.md (about)

     1  # Uptime Configuration
     2  ## Fetching alert contacts from UpTime
     3  
     4  In order to use Ingress Monitor controller, you need to have contacts added to your account in form of groups. Once you add them via Dashboard, you will need just the group name. You can add as many groups as you want in annotations with a `,` separator in between. (A `Default` group is established upon sign-up)
     5  
     6  ## Annotations
     7  
     8  Additional uptime configurations can be added through a set of annotations to each ingress object, the current supported annotations are:
     9  
    10  |                        Annotation                    |                    Description                               |
    11  |:----------------------------------------------------:|:------------------------------------------------------------:|
    12  | uptime.monitor.stakater.com/interval            | The uptime check interval in seconds                    |
    13  | uptime.monitor.stakater.com/check_type        | The uptime check type that can be HTTP/DNS/ICMP etc. |
    14  | uptime.monitor.stakater.com/contacts | Add one or more contact groups separated by `,` |
    15  | uptime.monitor.stakater.com/locations | Add different locations for the check |