nagwad(8)
| NAGWAD(8) | NAGWAD | NAGWAD(8) |
NAME
nagwad - System journal event scanner and handler
SYNOPSIS
nagwad [options] [command]
DESCRIPTION
Daemon that continuously reads the system journal and generates events based on journal messages. The example configuration contains templates to pass the events further to Icinga and Nagios.
To run as a system service use:
nagwad --service
To list registered events use the list command:
nagwad [list]
To view one particular event use the show command:
nagwad [show] EVENT-ID
To mark an event as fixed use the fix command:
nagwad fix EVENT-ID [EVENT-ID ...]
To check all or some events use the check command:
nagwad check [FILTER]
To check for the nagwad service status use the
status command:
nagwad status
To cleanup events from older system boots use the clean-old
command:
nagwad cleanup-old [DAYS]
Note, that the time intervals are truncated to integer numbers. So, in
order to be deleted, the log directory has to be DAYS + 1 days
older.
To run in the test mode use (reading messages from standard
input):
nagwad --test
CONFIGURATION FILES
- /etc/nagwad/nagwad.conf
- /etc/nagwad/*.regexp
- /etc/nagwad/*.sed
- /etc/nagwad/filter-event.d/*
- /etc/nagwad/process-event.d/*
BUGS
Report bugs to https://bugzilla.altlinux.org/.
COPYRIGHT
Copyright © BaseALT, Ltd. License GPLv2+: GNU GPL version 3
or later See <http://gnu.org/licenses/gpl.html> for more information.
This is free software: you are free to change and redistribute it. There is NO
WARRANTY, to the extent permitted by law.
SEE ALSO
- /usr/share/doc/nagwad-service-0.11.6/README.html
- /usr/share/doc/nagwad-service-0.11.6/signal.html
| Jun 2024 | nagwad 0.11.6 |
