Profundizando nagios.pdf

Vista previa de texto
};
source externo {
udp();
tcp();
};
log {
source(externo);
destination(d_logzilla);
};
source interno {
internal();
unix-stream("/dev/log");
file("/proc/kmsg" log_prefix("kernel: "));
};
destination
destination
destination
destination
destination
destination
destination
destination
destination
df_auth { file("/var/log/auth.log"); };
df_syslog { file("/var/log/syslog"); };
df_cron { file("/var/log/cron.log"); };
df_daemon { file("/var/log/daemon.log"); };
df_kern { file("/var/log/kern.log"); };
df_lpr { file("/var/log/lpr.log"); };
df_mail { file("/var/log/mail.log"); };
df_user { file("/var/log/user.log"); };
df_uucp { file("/var/log/uucp.log"); };
destination
destination
destination
destination
destination
df_facility_dot_info { file("/var/log/$FACILITY.info"); };
df_facility_dot_notice { file("/var/log/$FACILITY.notice"); };
df_facility_dot_warn { file("/var/log/$FACILITY.warn"); };
df_facility_dot_err { file("/var/log/$FACILITY.err"); };
df_facility_dot_crit { file("/var/log/$FACILITY.crit"); };
destination df_news_dot_notice { file("/var/log/news/news.notice"
owner("news")); };
destination df_news_dot_err { file("/var/log/news/news.err" owner("news")); };
destination df_news_dot_crit { file("/var/log/news/news.crit" owner("news")); };
destination df_debug { file("/var/log/debug"); };
destination df_messages { file("/var/log/messages"); };
destination dp_xconsole { pipe("/dev/xconsole"); };
destination du_all { usertty("*"); };
filter f_auth { facility(auth, authpriv); };
filter f_syslog { not facility(auth, authpriv); };
filter
filter
filter
filter
filter
filter
filter
filter
f_cron { facility(cron); };
f_daemon { facility(daemon); };
f_kern { facility(kern); };
f_lpr { facility(lpr); };
f_mail { facility(mail); };
f_news { facility(news); };
f_user { facility(user); };
f_uucp { facility(uucp); };
