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

Module for upgrade assurance health checks #529

Open
adambaumeister opened this issue Jan 16, 2024 · 2 comments · May be fixed by #530
Open

Module for upgrade assurance health checks #529

adambaumeister opened this issue Jan 16, 2024 · 2 comments · May be fixed by #530
Assignees
Labels
enhancement New feature or request

Comments

@adambaumeister
Copy link
Collaborator

Is your feature request related to a problem?

No

Describe the solution you'd like

We should be able to run the health checks in the same way we can run readiness checks with an Ansible Task.

- name: Run all management plane checks using NOT notation
  panos_health_checks:
    provider: '{{ device }}'

We use health checks to push out automated ways of looking for advisories that may affect PAN-OS firewalls, such as the recent certificate expiration issues.

@adambaumeister adambaumeister added the enhancement New feature or request label Jan 16, 2024
@adambaumeister adambaumeister self-assigned this Jan 16, 2024
@SirLagsAlot1177
Copy link

Could you share how you are running health checks ?

@adambaumeister
Copy link
Collaborator Author

@SirLagsAlot1177 we're currently implementing specific 'health checks' for devices based on released customer PAN advisories. We hope to eventually have a pretty large library of them as well as a process in place to take, say, security vulnerabilties and have a test available for them in the library.

Details of what's currently supported are here.

@adambaumeister adambaumeister linked a pull request Jan 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants