2024-04-06 17:35:12 -07:00
|
|
|
---
|
|
|
|
title: NetAlertX
|
|
|
|
description: NetAlertX (formerly PiAlert) Widget Configuration
|
|
|
|
---
|
|
|
|
|
|
|
|
Learn more about [NetAlertX](https://github.com/jokob-sk/NetAlertX).
|
|
|
|
|
|
|
|
_Note that the project was renamed from PiAlert to NetAlertX._
|
|
|
|
|
|
|
|
Allowed fields: `["total", "connected", "new_devices", "down_alerts"]`.
|
|
|
|
|
2024-10-12 15:30:45 -07:00
|
|
|
If you have enabled a password on your NetAlertX instance, you will need to provide the `SYNC_api_token` as the `key` in your config.
|
|
|
|
|
2024-04-06 17:35:12 -07:00
|
|
|
```yaml
|
|
|
|
widget:
|
|
|
|
type: netalertx
|
|
|
|
url: http://ip:port
|
2024-10-12 15:30:45 -07:00
|
|
|
key: netalertxsyncapitoken # optional, only if password is enabled
|
2024-04-06 17:35:12 -07:00
|
|
|
```
|