Alerts¶
Landscape uses alerts to notify administrators when action is required across their estate. There are two types of alerts: account-scoped and instance-scoped. This document explains how alerts work and the conditions that trigger them.
Working with alerts¶
An alert can have three statuses:
OK: No action required
Alerted: Administrator investigation recommended
Disabled: Inactive alert
Resolving the condition triggering an alert will return the alert to the OK state.
While alerts are typically actionable, in some cases an administrator may want to dismiss an alert and clear its Alerted state. This can be done with the REST API.
Instance-scoped alerts can be configured to only be enabled for instances with certain tags, or disabled entirely. Disabled alerts remain inactive until they’re re-enabled for a set of instances.
How to be notified¶
Warning
In self-hosted Landscape, Postfix must be configured for emails to be sent for alerts. See How to configure Postfix for emails.
Landscape notifies administrators of active alerts via email. To receive email notifications, administrators must subscribe to the relevant alert. Administrators can also unsubscribe from alerts they don’t want to receive.
You can manage your subscription status for alerts using the legacy API, the classic web portal, or the newer web portal under Account settings > Alerts.
Available alerts¶
Account-scoped alerts¶
Account-scoped alerts are relevant to the Landscape estate as a whole.
PendingComputersAlertInstances are pending acceptance or rejectionLicenseExpiryAlertA license is approaching expirationUbuntuProContractExpirationAlertAn Ubuntu Pro contract is approaching expirationAvailable from 25.10 onwards
Self-hosted alerts¶
Certain account-scoped alerts are exclusive to self-hosted Landscape.
StandaloneOverflowAlertLicense entitlements are exceededStandaloneScriptAlertA Landscape cron job failsStandaloneSystemEmailAlertSystem email is misconfigured
Instance-scoped alerts¶
Instance-scoped alerts are relevant to individual managed instances.
PackageUpgradesAlertPackage upgrades are availablePackageProfilesAlertA package profile is not appliedSecurityUpgradesAlertSecurity upgrades are availablePackageReporterAlertPackage reporting (apt-get update) failsEsmDisabledAlertESM (Expanded Security Maintenance) updates are disabledUnapprovedActivitiesAlertActivities require explicit administrator acceptance or rejectionComputerOfflineAlertAn instance has not contacted Landscape within the last five minutesComputerRebootAlertAn instance needs to be rebooted in order for a package update (such as a kernel update) to take effectComputerDuplicateAlertA duplicate instance existsChildInstanceProfileAlertAn instance is not compliant with a child instance profileAvailable from 24.10 onwards