Related Articles
Setup Let’s Encrypt to Create SSL Certificates
Before you Begin Complete the steps for setting your Server / VPS hostname and timezone. Complete the steps in our Securing Your Server guide to create a standard user account, harden SSH access, and remove unnecessary network services. Update your server’s software packages:CentOS sudo yum update && sudo yum upgrade Debian / Ubuntu sudo apt […]
Send SNMP Traps from Nagios to Remote Management Host
1. Add ‘send snmp trap’ command to nagios vim /usr/local/nagios/etc/objects/commands.cfg define command{ command_name send_snmptrap command_line /usr/bin/snmptrap -v 2c -c public 10.50.24.34 ” NAGIOS-NOTIFY-MIB::nSvcEvent nSvcHostname s “$HOSTNAME$” nSvcDesc s “$SERVICEDESC$” nSvcStateID i $SERVICESTATEID$ nSvcOutput s “$SERVICEOUTPUT$” } 2. Add this event and enable the event to services which needed to send traps vim /usr/local/nagios/etc/objects/localhost.cfg define service{ […]
Howto setup Asterisk behind NAT
This HOWTO assumes that your FreePBX system is sitting behind a NATed firewall with no direct connection to the outside world and it is NOT in the DMZ zone. If you have your system facing outside, or have used Mapped IP addresses or other techniques, then it is assumed that you have adequate knowledge to […]