---
title: Charmhub | Deploy Hw Health using Charmhub - The Open Operator Collection
description: Deploy the latest version of Hw Health on any cloud.
url: https://charmhub.io/hw-health/actions
---

# Hw Health

[Llama (LMA) Charmers](https://charmhub.io/publisher/llama-charmers "View all packages from Llama (LMA) Charmers")

* [Llama (LMA) Charmers](https://charmhub.io/publisher/llama-charmers "View all packages from Llama (LMA) Charmers")
* [Monitoring](https://charmhub.io/?filter=monitoring)

Platform:

22.04

20.04

18.04

16.04

stable 23.10

```
juju deploy hw-health
```

[Learn to deploy on juju >](https://juju.is/docs/juju/manage-applications)

* [ack-sel](https://charmhub.io/hw-health/actions#ack-sel)
* [clear-sel](https://charmhub.io/hw-health/actions#clear-sel)
* [list-cron-actions](https://charmhub.io/hw-health/actions#list-cron-actions)
* [run-cron-action](https://charmhub.io/hw-health/actions#run-cron-action)
* [show-sel](https://charmhub.io/hw-health/actions#show-sel)
* [unack-sel](https://charmhub.io/hw-health/actions#unack-sel)

[Learn about actions >](https://juju.is/docs/juju/action)

* ack-sel

  The IPMI check alerts whenever entries are present in the SEL.
  This action limits the alerting to entries newer than than the date specified via the 'date' parameter, effectively acknowledging any older entry.

  Params

  + date
    string

    Lower threshold for ipmi-sel alerts. The format is YYYY-MM-DD.
    Defaults to the current date.
* clear-sel

  Using ipmi-sel, clear the system event log
* list-cron-actions

  List all hw-health installed cron actions
* run-cron-action

  Run some or all of the the hw-health cron actions.

  Params

  + entries
    string

    Optional comma separated list of cron actions to run.
* show-sel

  Using ipmi-sel, show the system event log.

  By default, this will only show events with a state other than "Nominal".
  If you wish to see all events, specify the show-all parameter.

  Params

  + show-all
    boolean

    Show all events, not just the non-nominal ones.
* unack-sel

  Unset the date filter set by ack-sel action.
