Update netstream requirements
This commit is contained in:
parent
242d3e62b9
commit
fb6749098f
1 changed files with 17 additions and 9 deletions
|
@ -1,12 +1,20 @@
|
||||||
|
Preamble:
|
||||||
|
Netstream (www.netstream.ch) may consider using ccollect for backing up many
|
||||||
|
unix servers and needs some clean reporting. The following things
|
||||||
|
need to be done, so ccollect will be useful for netstream:
|
||||||
|
|
||||||
Logger:
|
Logger:
|
||||||
- Eine mail pro Rechner generieren
|
- Needs to write small mails (sysadmins don't have time to read mails)
|
||||||
- Zusammenfassung / intelligente Auswertung
|
- Needs to be able to only write a mail on error
|
||||||
o .*vanished.*
|
* needs configuration option to also mail on warnings
|
||||||
- Zusammenfassung?
|
- Should be able to send one mail per backup source
|
||||||
- Nur Mail, wenn kritischer Fehler
|
* or one for the whole backup job
|
||||||
o option fuer auch Warnungen
|
|
||||||
|
|
||||||
Warnungen:
|
Messages: (to be used for filtering)
|
||||||
Dateien verschwunden:
|
Errors:
|
||||||
|
Read from remote host .*: Connection timed out
|
||||||
|
|
||||||
|
Warnings:
|
||||||
|
rsync: mknod .* failed: Invalid argument (22)
|
||||||
|
file has vanished: ".*"
|
||||||
|
|
||||||
Fehler:
|
|
||||||
|
|
Loading…
Reference in a new issue