doc:appunti:linux:sa:syslog
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| doc:appunti:linux:sa:syslog [2005/11/11 18:12] – external edit 127.0.0.1 | doc:appunti:linux:sa:syslog [2016/06/07 10:43] (current) – [Syslog remoto] niccolo | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| Aug 22 08:55:02 target script[372]: | Aug 22 08:55:02 target script[372]: | ||
| </ | </ | ||
| + | |||
| + | ===== Livelli di priorità ===== | ||
| + | |||
| + | ^ Numerical Code ^ Severity Name ^ RFC Severity | ||
| + | | 0 | LOG_EMERG | ||
| + | | 1 | LOG_ALERT | ||
| + | | 2 | LOG_CRIT | ||
| + | | 3 | LOG_ERR | ||
| + | | 4 | LOG_WARNING | ||
| + | | 5 | LOG_NOTICE | ||
| + | | 6 | LOG_INFO | ||
| + | | 7 | LOG_DEBUG | ||
| ===== Syslog remoto ===== | ===== Syslog remoto ===== | ||
| - | Per accettare il log da un sistema remoto si deve lanciare '' | + | In **Debian 7 Wheezy** per accettare il log da un sistema remoto si deve lanciare '' |
| + | |||
| + | In **Debian 8 Jessie** viene installato il demone **rsyslog**, | ||
| + | |||
| + | < | ||
| + | # provides UDP syslog reception | ||
| + | $ModLoad imudp | ||
| + | $UDPServerRun 514 | ||
| + | |||
| + | # provides TCP syslog reception | ||
| + | $ModLoad imtcp | ||
| + | $InputTCPServerRun 514 | ||
| + | </ | ||
doc/appunti/linux/sa/syslog.1131729125.txt.gz · Last modified: (external edit)
