gen-monitor

Latest: v1.1.3
Category
Monitoring
Total Versions
19
Last Updated
12/5/2025

Release History

v1.1.3 Latest

Changes:

  • Make the headers red on fired, green on resolved, orange on other Fixed the view search result link reference
  • Merged PR 14846: Update alert ticket formatting to dynamically change background color based o...

v1.1.2

Changes:

  • Service Health alerts use new values `simac_xxxx` now
  • Merged PR 14597: Update alert descriptions to use 'simac_warning' for consistency

v1.1.1

Changes:

  • Added workbook which lists publicly exposed resources
  • Merged PR 14586: Add public resources insights option to enable_workbooks variable

v1.1.0

Changes:

  • Added workbook which lists publicly exposed resources
  • Merged PR 14569: Add public resources insights workbook for monitoring public network exposure

v1.0.1 Breaking

Changes:

  • Using Octo flow to send messages to teams instead of handling the connection ourselfs. Octo is capable of updating teams messages in case of a alert update, like resolved metrics.
  • Merged PR 14101: replace teams integration with octo flow

v0.18.0

Changes:

  • Added servicehealh issues with scope subscription.
  • Merged PR 14090: Add service issues subscription scope

v0.17.1

Changes:

  • Microsoft Teams enables you to get all your content, tools and conversations in the Team workspace with Microsoft 365.
  • Microsoft Teams enables you to get all your content, tools and conversations in the team workspace with Microsoft 365.
  • Merged PR 13794: Updated main.tf

v0.17.0

Changes:

  • The alertTargetId​ was conditional in the teams and Topdesk message.
  • It seems that the first element almost always contains the resources affected by the alert. Changed to always show this value
  • Merged PR 13462: remove if from alertTargetId variable

v0.16.0

Changes:

  • Add `monitorCondition` so it is clear if an alert is fired or resolved
  • Merged PR 13395: Add monitorcondition to see if a alet is Fired, Resolved, etc

v0.15.0

Changes:

  • sev2 to Sev2 (case-sensitive) for service health alert (fixed bug). Remove SeverityMap from the Simac critical monitoring flow, we don't need it anymore because we filter on the description. Default action for variablecreate_user_assigned_identity_for_policy_assignment to true. This is the default behavior we want.
  • Merged PR 13318: Changed gen-monitor

v0.14.1

Changes:

  • add new alert for compute resources
  • Merged PR 13241: add quota alert

v0.14.0

Changes:

  • Alert rule for Azure update manager failed patch installations. Alert rule for Azure update manager failed patch assessments. Alert rule for Azure update manager failed maintenance configuration schedules.
  • Merged PR 13180: Add Azure update manager alerts

v0.13.2

Changes:

  • update all submodules to the latest version and publish to IPMhub
  • Merged PR 13068: issues pipline

v0.13.0

Changes:

  • Service health alert name changed to service issues.
  • Merged PR 12611: Add Planned Maintenance

v0.12.0

Changes:

  • Service Health Alerts with the scope tenant.
  • Merged PR 12581: Add servicehealth alerts

v0.11.2

Changes:

  • Added variable group
  • Changed releasenote branch to main
  • Changed PR template without skip
  • Added IPMhub publish
  • Merged PR 12263: Update pull request template and YAML configuration for consistency

v0.11.1

Changes:

  • Remove Alert processing rules from module. These are created by policy on every subscription. Creation in this module is obsolete.
  • Merged PR 11895: Remove creation of alert processing rules

v0.11.0

Changes:

  • Added the creation of a managed identity to use by the deployment of the policies needed for monitoring. This identity get reader rights on the Data Collection Rules.
  • Merged PR 11493: create managed identity and assign permissions

v0.10.0

Changes:

  • New parameters "critical_teams_conversation_id" and "warning_teams_conversation_id" to make the Teams groups flexible.
  • Merged PR 11265: Add Teams conversation IDs for critical and warning alerts; refactor logic ap...
  • Updated pipeline and pull request template to work with the simacsupport releasenote website.
  • Update tflint to latest version.