Elastix is an unified communications server software that brings together IP PBX, email, IM, faxing and collaboration functionality. It has a Web interface and includes capabilities such as a call center software with predictive dialing. The Elastix 2.5 functionality is based on open source projects including Asterisk, FreePBX, HylaFAX, Openfire and Postfix. Those packages offer the PBX, fax, instant messaging and email functions, respectively. As of Elastix 5.0 all functionality is provided through 3CX, a software based private branch exchange (PBX) based on the SIP (Session Initiation Protocol) standard. It enables extensions to make calls via the public switched telephone network (PSTN) or via Voice over Internet Protocol (VoIP) services. Elastix 5.0 is an IP business phone system that supports standard SIP soft/hard phones, VoIP services and traditional PSTN phone lines. Elastix 2.5 is free software, released under the GNU General Public License. Elastix 5.0 is Proprietary released under the terms of the 3CX license. Centos7 must be install Minimal Installation Environment & connect Internet to package Linux
Friday, February 23, 2018
Wednesday, February 7, 2018
.::: How to configure remote logging with rsyslog(Enable syslog) On Linux/Rhel/Centos :::.
In RHEL-6 rsyslog is default logging daemon, In RHEL-5 rsyslog is available but not installed by default.
1. Install rsyslog
# yum -y install rsyslog
2. Configure the remote server(CLIENT) to accept remote log messages using TCP/UDP.
Uncomment the following lines in the MODULES section of /etc/rsyslog.conf
[root@TeguhClientSyslog ~]# cat /etc/rsyslog.conf
.....
# Provides UDP syslog reception
#$ModLoad imudp
#$UDPServerRun 514
1. Install rsyslog
# yum -y install rsyslog
2. Configure the remote server(CLIENT) to accept remote log messages using TCP/UDP.
Uncomment the following lines in the MODULES section of /etc/rsyslog.conf
[root@TeguhClientSyslog ~]# cat /etc/rsyslog.conf
.....
# Provides UDP syslog reception
#$ModLoad imudp
#$UDPServerRun 514
Tuesday, February 6, 2018
.::: OID Memory Utilization for Monitoring Windows, Linux :::.
This resource displays linear or radial gauges of both the percentage load on the CPU of the selected node and the percentage of available MEMORY on the selected node over the current monitoring period. Reported values are updated regularly, on the Polling Interval.
1. OID for Memory Utilization
hrSWRunIndex hrSWRunIndex 1.3.6.1.2.1.25.4.2.1.1 Memory Index
hrSWRunName hrSWRunName 1.3.6.1.2.1.25.4.2.1.2 Memory Name
hrSWRunPerfMem hrSWRunPerfMem 1.3.6.1.2.1.25.5.1.1.2 Memory Usage
hrMemorySize hrMemorySize 1.3.6.1.2.1.25.2.2 mem total Memory Total
[root@TeguhLab ~]# snmpwalk -v2c -c public 10.10.10.10 sysDescr
SNMPv2-MIB::sysDescr.0 = STRING: Hardware: Intel64 Family 6 Model 62 Stepping 4 AT/AT COMPATIBLE - Software: Windows Version 6.0 (Build 6002 Multiprocessor Free)
[root@TeguhLab ~]#
Thursday, February 1, 2018
.::: OID CPU Utilization for Monitoring CPU Windows, Linux, Appliance & Other :::.
CPU utilization is the sum of work handled
by a Central Processing Unit. It is also used to estimate system
performance. CPU utilization can vary according to the type and amount
of computing task because some tasks require heavy CPU time while others
require less CPU time. Process time is another name for CPU time and is
the amount of time used by a CPU for processing instruction of an
operating system or a computer program. CPU time is quantified in clock
ticks or seconds. CPU utilization
shows the burden on a processor in terms of percentage that indicates
if any changes are to be made in the system otherwise it may get
exhausted of capacity.
CPU utilization can be calculated by using the following formulas.
Let us define CPU utilization as U
U = 100% - (Percentage of time that is spent in idle task)
% time in idle task =
(Take the average time period of background task without load) * 100%
-------------------------------------------------------------------------------------------------------
(Avg. period of background task including some load)
CPU utilization can be calculated by using the following formulas.
Let us define CPU utilization as U
U = 100% - (Percentage of time that is spent in idle task)
% time in idle task =
(Take the average time period of background task without load) * 100%
-------------------------------------------------------------------------------------------------------
(Avg. period of background task including some load)
Subscribe to:
Posts (Atom)
Popular Posts
-
Sertifikasi profesional, kadang hanya disebut dengan sertifikasi atau kualifikasi saja, adalah suatu penetapan yang diberikan oleh ...
-
SQL atau Structured Query Language) adalah sebuah bahasa yang digunakan untuk mengakses data dalam basis data relasional. Bahasa ini sec...
-
bagaimana cara mengubah hostid di Solaris The Hostid is a globally unique ID for a Sun Solaris Machine. Sometimes, you need to change t...
-
1. disable selinux 2. enable repo curl -o /etc/yum.repos.d/mssql-server.repo https://packages.microsoft.com/config/rhel/$(rpm -E %{rhel})...
-
DNSPerf and ResPerf are free tools developed by Nominum that make it simple to gather accurate latency and throughput metrics for Domain ...




