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

Add notify-on-dhcp-lease script #32

Closed
wants to merge 1 commit into from

Conversation

bubenkoff
Copy link
Contributor

No description provided.

@bubenkoff bubenkoff force-pushed the notify-on-dhcp-lease branch from 4be3cdb to 94a4401 Compare November 5, 2022 23:16
@eworm-de
Copy link
Owner

Do you really want to receive a notification for every DHCP (re-)lease? That can cause a massive flood!

My suggestion on this: Install log-forward, then tell it to forward all messages about DHCP:

:global LogForwardInclude "(dhcp)";

You will receive one notification (with all log messages) a minute at max, and this is even rate limited when it happens too often.

If you still want this... You can always install as custom script.

@eworm-de eworm-de closed this Feb 17, 2023
@bubenkoff
Copy link
Contributor Author

well, one might want this functionality, and another one might not, hence this is a separate installable script

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.

2 participants