routeros-scripts-main/doc/notify-on-dhcp-lease.md
2022-11-10 19:25:44 +01:00

1.1 KiB
Raw Blame History

Notify on a new DHCP lease

◀ Go back to main README

Info: This script can not be used on its own but requires the base installation. See main README for details.

Description

This script is run from scheduler periodically, checking for LTE state changes.

Sample notification

notify-on-dhcp-lease notification

Requirements and installation

Just install the script:

$ScriptInstallUpdate notify-on-dhcp-lease;

Requires lease-script installed:

$ScriptInstallUpdate lease-script;

Configuration

The configuration goes to global-config-overlay, there are no additional parameters.

Also notification settings are required for e-mail, matrix and/or telegram.

See also


◀ Go back to main README
▲ Go back to top