meta data de esta página
Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
| aplicaciones:syslog [152014/04/ 17:49] – lc | aplicaciones:syslog [182023/01/ 13:10] (actual) – editor externo 127.0.0.1 | ||
|---|---|---|---|
| Línea 1: | Línea 1: | ||
| + | {{tag> syslog}} | ||
| + | ===== Syslog ===== | ||
| + | El campo facility procura identificar al programa que originó el mensaje, mientras que el campo level busca clasificar el nivel de importancia o severidad del mismo. | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ===== Niveles de log ===== | ||
| + | |||
| + | * **Emergency: | ||
| + | |||
| + | * **Alert:** Attack logs are the only logs that generate an alert severity level. This level indicates that immediate action is required. | ||
| + | |||
| + | * **Critical: | ||
| + | |||
| + | * **Error:** This level is generated by event and spam filter logs and indicates that an error condition exists and functionality could be affected. | ||
| + | |||
| + | * **Warning: | ||
| + | |||
| + | * **Notification: | ||
| + | |||
| + | * **Information: | ||
| + | |||
| + | * **Debug:** | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ===== Facility ===== | ||
| + | |||
| + | ^ ^ facility value ^ ^ severity value ^ | ||
| + | |local 0 | 16 | System unusable | 0 | | ||
| + | |local 1 | 17 |Immediate action required | 1 | | ||
| + | |local 2 | 18 |Critical condition | 2 | | ||
| + | |local 3 | 19 |Error conditions | 3 | | ||
| + | |local 4 | 20 |Warning conditions | 4 | | ||
| + | |local 5 | 21 |Normal but significant conditions | 5 | | ||
| + | |local 6 | 22 |Informational messages | 6 | | ||
| + | |local 7 | 23 |Debugging messages | 7 | | ||