Skip to content

Syslog Notifications

Valentin Hilbig edited this page Mar 25, 2021 · 9 revisions

You need a working logger command for this to work. This is the case on pretty much every Linux system in existence, and most BSD systems.

Logged messages will look like this:

netdata WARNING on hostname at Tue Apr 3 09:00:00 EDT 2018: disk_space._ out of disk space time = 5h

configuration

System log targets are configured as recipients in /etc/netdata/health_alarm_notify.conf (to edit it on your system run /etc/netdata/edit-config health_alarm_notify.conf).

You can als configure per-role targets in the same file a bit further down.

Targets are defined as follows:

[[facility.level][@host[:port]]/]prefix

prefix defines what the log messages are prefixed with. By default, all lines are prefixed with 'netdata'.

The facility and level are the standard syslog facility and level options, for more info on them see your local logger and syslog documentation. By default, netdata will log to the local6 facility, with a log level dependent on the type of message (crit for CRITICAL, warning for WARNING, and info for everything else).

You can configure sending directly to remote log servers by specifying a host (and optionally a port). However, this has a somewhat high overhead, so it is much preferred to use your local syslog daemon to handle the forwarding of messages to remote systems (pretty much all of them allow at least simple forwarding, and most of the really popular ones support complex queueing and routing of messages to remote log servers).

General


Running Netdata

Special Uses

Notes on memory management


Database Replication and Mirroring


Backends
archiving netdata collected metrics to a time-series database


Health monitoring - Alarms
alarms and alarm notifications in netdata


Netdata Registry


Monitoring Info


Netdata Badges


Data Collection

Binary Modules

Python Modules

Node.js Modules

BASH Modules

Active BASH Modules

Obsolete BASH Modules


API Documentation


Web Dashboards


Running behind another web server


Package Maintainers


Donations


Blog


Other monitoring tools

Clone this wiki locally