Syslog: Difference between revisions
From ICO wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
= Probleemide raskusastmed = | = Probleemide raskusastmed = | ||
{| class="wikitable" | |||
|- | |||
! Väärtus !! Raskusaste !! Võtmesõna !! Kirjeldus || Näited | |||
|- | |||
| 0 || Emergency || emerg || System is unusable || This level should not be used by applications. | |||
|- | |||
| 1 || Alert || alert || Should be corrected immediately || Loss of the primary ISP connection. | |||
|- | |||
| 2 || Critical || crit || Critical conditions || A failure in the system's primary application. | |||
|- | |||
| 3 || Error || err || Error conditions || An application has exceeded its file storage limit and attempts to write are failing. | |||
|- | |||
| 4 || Warning || warning || May indicate that an error will occur if action is not taken. || A non-root file system has only 2GB remaining. | |||
|- | |||
| 5 || Notice || notice || Events that are unusual, but not error conditions. || | |||
|- | |||
| 6 || Informational || info || Normal operational messages that require no action. || An application has started, paused or ended successfully. | |||
|- | |||
| 7 || Debug || debug || Information useful to developers for debugging the application. || | |||
|} | |||
= Kasutatud materjalid = | = Kasutatud materjalid = |
Revision as of 14:59, 11 November 2015
Autor
Kaari Zalite A31 2015/2016
Sissejuhatus
Syslog
Syslog on utiliit, mis genereerib logifailid ning saadab need Syslog'i serverisse, kus neid omakorda analüüsitakse. Syslog'i teateid saadavad välja erinevad võrguseadmed: ruuterid, switchid jms. Syslog'i teated sisaldavad tavaliselt informatsiooni: kus, millal ja miks teade saadeti.
Probleemide raskusastmed
Väärtus | Raskusaste | Võtmesõna | Kirjeldus | Näited |
---|---|---|---|---|
0 | Emergency | emerg | System is unusable | This level should not be used by applications. |
1 | Alert | alert | Should be corrected immediately | Loss of the primary ISP connection. |
2 | Critical | crit | Critical conditions | A failure in the system's primary application. |
3 | Error | err | Error conditions | An application has exceeded its file storage limit and attempts to write are failing. |
4 | Warning | warning | May indicate that an error will occur if action is not taken. | A non-root file system has only 2GB remaining. |
5 | Notice | notice | Events that are unusual, but not error conditions. | |
6 | Informational | info | Normal operational messages that require no action. | An application has started, paused or ended successfully. |
7 | Debug | debug | Information useful to developers for debugging the application. |