Notification Manager
Inspect notification settings, import/export them, and watch notifications emitted by the agent.
nimbus notification <command>
| Command | Description |
|---|---|
list | Show current notification settings (default command) |
monitor | Stream notifications when agent-side rules emit them |
export <path> | Export notification settings to a JSON file |
import <path> | Import notification settings from a JSON file |
Examples
# Show built-in and stream notification rules
nimbus notification list
# Watch emitted notifications
nimbus notification monitor
# Export/import settings
nimbus notification export /tmp/notification-settings.json
nimbus notification import /tmp/notification-settings.json
list prints built-in CPU/RAM/Disk rules and stream rules. monitor prints a line when a configured rule emits a notification, including its display label, source, field/value comparison, renotify interval, and custom message when configured. Built-in rules are displayed as CPU/RAM/Disk from GroupId, even when an explicit rule Name is present; Task Manager notification triggers still use the explicit name first and only fall back to the group label when the name is empty.