Difference between revisions of "Logcheck"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "==Instalasi== apt install logcheck ==Konfigurasi== Edit file /etc/logcheck/logcheck.conf Ubah SENDMAILTO="email@addres_anda" ==Run== sudo -u logcheck logcheck") |
Onnowpurbo (talk | contribs) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 14: | Line 14: | ||
SENDMAILTO="email@addres_anda" | SENDMAILTO="email@addres_anda" | ||
| + | |||
| + | |||
| + | Edit | ||
| + | |||
| + | /etc/logcheck/logcheck.logfiles | ||
| + | |||
| + | Isi | ||
| + | |||
| + | /var/log/syslog | ||
| + | /var/log/auth.log | ||
==Run== | ==Run== | ||
sudo -u logcheck logcheck | sudo -u logcheck logcheck | ||
Latest revision as of 19:24, 9 July 2021
Instalasi
apt install logcheck
Konfigurasi
Edit file
/etc/logcheck/logcheck.conf
Ubah
SENDMAILTO="email@addres_anda"
Edit
/etc/logcheck/logcheck.logfiles
Isi
/var/log/syslog /var/log/auth.log
Run
sudo -u logcheck logcheck