3.3 KiB
Executable File
Notifications 📧
There are 3 ways how to influence notifications:
- On the device itself
- On the settings of the plugin
- Globally
- Ignoring devices
Note
It's recommended to use the same schedule interval for all plugins responsible for scanning devices, otherwise false positives might be reported if different devices are discovered by different plugins. Check the Settings > Enabled plugins section for a warning:
Device settings 💻
There are 4 settings on the device for influencing notifications. You can:
- Completely disable the scanning of the device
- Alert all events, connections, disconnections, IP changes (noisy, usually not recommended)
- Alert down - alerts when a device goes down. This setting overrides disabled Alert All Events, so you will get a notification of a device going down even if you don't have Alert All Events ticked.
- Skip repeated notifications, if for example you know there is a temporary issue and want to pause the same notification for this device for a given time.
Plugin settings 🔌
On almost all plugins there are 2 core settings, <plugin>_WATCH and <plugin>_REPORT_ON.
<plugin>_WATCHspecifies the columns which the app should watch. If watched columns change the device state is considered changed. This changed status is then used to decide to send out notifications based on the<plugin>_REPORT_ONsetting.<plugin>_REPORT_ONlet's you specify on which events the app should notify you. This is related to the<plugin>_WATCHsetting. So if you selectwatched-changedand in<plugin>_WATCHyou only selectWatched_Value1, then a notification is triggered ifWatched_Value1is changed from the previous value, but no notification is send ifWatched_Value2changes.
Global settings ⚙
In the Notification Processing section, you can specify blanket rules. These allso to specify exceptions to the Plugin and Device settings and will override those.
- Notify on (
NTFPRCS_INCLUDED_SECTIONS) allows you to specify which events trigegr notifications. Usual setups will havenew_devices,down_devices, and possiblyeventsset. Settingpluginmight be too noisy for most setups. - Alert down after (
NTFPRCS_alert_down_time) is useful if you want to wait for some time before the system sends out a down notification for a device. This is related to the on-device Alert down setting. - A filter to allow you to set device-specific exceptions to New devices being added to the app.
- A filter to allow you to set device-specific exceptions to generated Events.
Ignoring devices 🛑
You can completely ignore detected devices globally. This could be becasue your instance detects docker containers, you want to ignore devices from a specific manufacturer via MAC rules or you want to ignore devices on a specific IP range.
- Ignored MACs (
NEWDEV_ignored_MACs) - List of MACs to ignore. - Ignored IPs (
NEWDEV_ignored_MACs) - List of IPs to ignore.




