# Service Monitoring

# Public Status Page

# Outage Message

Pingdom outage notification
Pingdom outage notification

Upon loading, Pozi sends a request to Pingdom to determine whether any services are currently down. If so, it will display this message if any of the following services are down:

checks: {
    include: {
    'Data.gov.au Web Map Service': true,
    'DELWP DataVic Web Map Service': true,
    'DELWP Image Web Server': true,
    'Pozi App': true,
    'Vicmap API Map Tile Service': true
    }
}

https://github.com/pozi/PoziApp/blob/master/app/src/utils/pingdom.js#L26-L32

To prevent an unwanted warning from displaying to users (for instance, if a service is experiencing a long outage), change the check's name in Pingdom.