Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: panos_health_check module #530

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

adambaumeister
Copy link
Collaborator

Description

This module exposes the underlying "health check" functionality of the python upgrade assurance module.

Motivation and Context

It is useful when running automation that the system health of the firewall is in a good state at all times.

To start with we need to test for published advisories, at least, to let the user know if their device is impacted by any potential issues. But in the future, the same "health check" module can be used to test for other things, like high cpu, memory, or session count, as a way to validate the state of the system is generally OK.

How Has This Been Tested?

Tested against LAB firewall.

Types of changes

  • New feature (non-breaking change which adds functionality)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Module for upgrade assurance health checks
1 participant