Book
- Basic setup of a SOHO server
- SoHo - Software repositories
- SoHo - Alias of loopback interface
- SoHo - IPtables configuration example
- SoHo - Webmin
- SoHo - DNS
- SoHo - VMWare
- SoHo - Windows
- SoHo - OpenVPN
- SoHo - Remote Desktop
- Nameserver on Windows XP forwarding to public DNS with private zones
- SoHO - NTP
- SoHo - SSH
- SoHo - Ubuntu prerequisites
- How to strengthen SSH
- Fixing Nessus complaints
- Java installation on RHEL 4
- Installing vsFTPd on CentOS
- How to setup CA (certificate authority)
- Installation of VIM X11 and archivers on RHEL 4 x86_64
- SoHo - MS & Open-Office
- User management
- CommuniGate Pro
- Backup
- Issue tracking for small groups
- Jabber setup and configuration
- Monitoring & Statistics
- Printing in SOHO
- Faxes in SOHO
- T38 Modem
- PostScript fonts for faxes
- Installing Brother MFU drivers on Ubuntu
- Installing Hylafax client on RHEL4 and Fedora
- Installing Hylafax server on RHEL4
- Installing Hylafax server on Ubuntu
- Integrating Hylafax with CUPS
- Integrating Hylafax with CommuniGate
- Managing Hylafax from Ubuntu client
- Sending and receiving faxes over internet (links)
- How to test faxing
- Drivers for Brother MFUs
- Brand new idea about faxing
- External faxing resources
- Antivirus & Antispam
- External SOHO References
- Supplementary SOHO procedures
LogWatch: free pattern based log analyzer
Patterns for Samba
Patterns for Communigate
/etc/cron.d/cgpro-log:
*/5 * * * * root /etc/localsite/syslog/cgpro
/etc/localsite/syslog/cgpro:
#!/bin/sh
log=`ls -1 /var/CommuniGate/SystemLogs/20*.log 2>/dev/null | tail -1`
[ -n "$log" ] || exit 0
prefix=${log/*\//};
prefix=${prefix%.log};
awk '{print "'"$prefix"'",$0}' $log > /var/log/cgpro.log
exit 0- /etc/log.d/conf/logfiles/cgpro.conf
- /etc/log.d/conf/services/cgpro.conf
- /etc/log.d/scripts/logfiles/cgpro/applydate
- /etc/log.d/scripts/logfiles/cgpro/removeheaders
- /etc/log.d/scripts/services/cgpro
Related Links
Attachments
ps-logwatch-conf-logfiles-cgpro.conf 517 bytes
ps-logwatch-conf-services-cgpro.conf 68 bytes
ps-logwatch-patch1.patch 13.65 KB
ps-logwatch-scripts-logfiles-cgpro-applydate.sh 644 bytes
ps-logwatch-scripts-logfiles-cgpro-removeheaders.sh 93 bytes
ps-logwatch-scripts-services-cgpro.sh 14.64 KB
ps-logwatch-scripts-services-samba.orig_.sh 17.02 KB
ps-logwatch-scripts-services-samba.sh 22.71 KB
patch-logwatch-5.2.2-4.el4-delta-20090812.patch 86.32 KB
patch-logwatch-5.2.2-4.el4-delta-20090812-new.patch 56.81 KB
patch-logwatch-5.2.2-4.el4-delta-20090812-updated.patch 27.55 KB

Comments
Post new comment