#include <stdlib.h>#include <sys/wait.h>#include <stdio.h>#include <string.h>#include <errno.h>#include <signal.h>#include <stdarg.h>#include "../include/signalHandling.h"#include "../include/monitor.h"Go to the source code of this file.
Defines | |
| #define | MONITORCMD "/usr/bin/monitor" |
| #define | MONITORTYPE "test" |
| #define | MONITORNAME "virtualitemlogreceiver" |
Functions | |
| int | monitor (unsigned int sev, const char *pattern, const char *message) |
| int | syslogMonitor (unsigned int logLvl, unsigned int sev, const char *pattern, const char *message,...) |
Variables | |
| const char | severity [][10] |
| int monitor | ( | unsigned int | sev, | |
| const char * | pattern, | |||
| const char * | message | |||
| ) |
| int syslogMonitor | ( | unsigned int | logLvl, | |
| unsigned int | sev, | |||
| const char * | pattern, | |||
| const char * | message, | |||
| ... | ||||
| ) |
| const char severity[][10] |
1.5.8