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
Antivirus and Nagios adjustments
Running DrWeb can pose high load on Windows and Linux servers and result in nagios notifications.We avoid this by adding new time period definition in /etc/nagios/site-commands.cfg:
define timeperiod{
timeperiod_name nonantivirus
alias Non-Antivirus
sunday 02:00-24:00
monday 02:00-24:00
tuesday 02:00-24:00
wednesday 02:00-24:00
thursday 02:00-24:00
friday 02:00-24:00
saturday 02:00-24:00
}and modifying windows cpu load check in /etc/nagios/hosts/windows.cfg:
define service{
use local-service
host_name windows
servicegroups allservices
service_description CPU Load
check_period nonantivirus
check_command check_nt_cpuload!5,90,95
}and server cpu load check in /etc/nagios/hosts/server.cfg:
define service {
use local-service
host_name server
servicegroups allservices
service_description Current Load
check_period nonantivirus
check_command check_local_load!4.0,4.0,4.0!12.0,10.0,7.0
}Now high CPU load will be ignore from 00:00 to 02:00 nightly.

Comments
Post new comment