SlideShare a Scribd company logo
FreeSWITCH	Monitoring	
ClueCon,	August	2016	
Moisés	Silva	<moy@sangoma.com>	
Manager,	So?ware	Engineering
We’re	Hiring	
•  Linux	developers	C/C++	or	Python	
•  Anywhere	in	the	world,	paid	relocaJon	to	
Toronto	or	full	Jme	remote	opportuniJes	
•  Fun	and	relaxed	work	environment	
	
2	
Sangoma	Technologies	-	©	2016
Agenda	
•  Monitoring	Basics	
•  Metrics	and	Logs	
•  AlerJng	
•  TradiJonal	SoluJons	
	
•  Emerging	SoluJons	
•  A?erword	(FreeSWITCH	Oxidized)	
3	
Sangoma	Technologies	-	©	2016
Monitoring	Basics	
•  Monitoring	is	about	knowing	what	is	
happening	on	your	systems.	The	good	and	the	
bad	
•  Monitoring	helps	you	with	predicJon/
forecasJng.	Plan	your	future	growth	and	
anJcipate	problems	
•  Monitoring	provides	you	with	the	data	you	
need	to	troubleshoot	problems	faster	
4	
Sangoma	Technologies	-	©	2016
Types	of	Monitoring	
•  ApplicaJon	Metric	Monitoring	
•  Numbers	about	applicaJon	usage	&	performance	
•  You	can	then	use	those	numbers	to	define	alerts	
•  Service	Status	Monitoring	
•  Simple	binary	checks.	It’s	the	service	up	or	not	
	
	
5	
Sangoma	Technologies	-	©	2016
Monitoring	Models	
•  Push	vs	Pull	systems	
•  Push:	Graphite,	StatsD,	CollectD,	SNMP	
•  Pull:	Prometheus,	SNMP	
•  Determines	who	iniJates	the	metric	transfer	
•  Push	systems	are	more	dynamic	and	tend	to	require	less	
maintenance	
•  Pull	systems	require	a	source	of	truth	and	node	discovery	
•  Pulling	however	allows	you	to	more	effecJvely	detect	if	a	
node	or	applicaJon	is	down		
	
6	
Sangoma	Technologies	-	©	2016
Push	Monitoring	
7	
Sangoma	Technologies	-	©	2016	
Monitoring	
Server	
Node	1	
Node	2	
Node	3	
Metrics	and	
Check	Results
Pull	Monitoring	
8	
Sangoma	Technologies	-	©	2016	
Monitoring	
Server	
Node	1	
Node	2	
Node	3	
Metric	and	
Check	Requests
Metrics	
•  Time	series	data.	Sequence	of	numerical	data	
points	listed	in	Jme	order,	usually	sampled	at	
regular	intervals.	
•  Different	granulariJes	of	data	stored	and	
aggregated	over	Jme	on	fixed-size	storage	
•  Time	series	analysis	over	the	data	results	in	fancy	
graphs		
•  Example	databases:	RRDTool,	Graphite	(Whisper),	
InfluxDB,	Prometheus	
	
9	
Sangoma	Technologies	-	©	2016
FreeSWITCH	Metrics	
•  AcJve	Calls	
•  Total	Calls	
•  Failed	Calls	
•  RegistraJons	
•  Failed	RegistraJons	
10	
Sangoma	Technologies	-	©	2016
FreeSWITCH	Metrics	
•  ASR	(Answer	/	Seizure	RaJo)	
•  NER	(Network	EffecJveness	RaJo)	
•  ACD	(Average	Call	DuraJon)	
•  PDD	(Post	Dial	Delay)	
11	
Sangoma	Technologies	-	©	2016
Logs	
•  Logs	can	be	a	source	of	metrics	when	metrics	
and	service	checks	are	not	enough	
•  You	may	want	to	send	alerts	based	on	log	
pagerns	and	repeated	log	errors	
•  ELK	Stack	
•  ElasJc	Search	
•  Logstash	
•  Kabana	
12	
Sangoma	Technologies	-	©	2016
AlerMng	
•  Email,	Chat	(Slack/HipChat),	SMS,	etc	
•  Alert	based	on	expected	metrics	and	check	
failures	
•  Procure	to	use	percenJles	instead	of	averages	
•  Several	alternaJves:	Prometheus,	Alerta,	
Flapjack	
13	
Sangoma	Technologies	-	©	2016
Alert	FaMgue	
14	
Sangoma	Technologies	-	©	2016	
•  This	happens	when	alerts	are	triggered	too	
o?en	and	causes	the	receiver	to	be	
desensiJzed
Alert	FaMgue	
	
•  You	know	you	have	it	when	you	start	ignoring	
alerts	
•  Ignoring	alerts	leads	to	missing	real	problems	
or	taking	too	long	to	respond	to	them	
15	
Sangoma	Technologies	-	©	2016
Alert	FaMgue	
•  Warnings	might	be	well	intended	and	in	isolaJon	
work	well,	however,	when	they	add	up,	they	may	
cause	more	harm	than	good	
•  Adjust	your	thresholds.	Be	cauJous	with	warning	
vs	criJcal	severity	and	adjust	your	noJficaJons	
accordingly	
•  Kill	or	fix	alerts	that	are	firing	too	o?en.	You	need	
a	way	to	easily	mute	them	in	the	meanJme	
16	
Sangoma	Technologies	-	©	2016
•  They’re	all	about	gejng	the	job	done.	And	they	
do:	
	
•  But	at	some	point	you	goga	ask	yourself	if	there’s	
a	beger	way	...	
TradiMonal	SoluMons	
17	
Sangoma	Technologies	-	©	2016
SNMP	
18	
Sangoma	Technologies	-	©	2016
SNMP	
•  MIBs/OIDs	are	cumbersome	to	use	(to	say	the	
least)	
•  OIDs	available	in	FreeSWITCH	give	you	number	of	
sessions,	acJve	calls,	sessions	per	second	etc.	
•  Not	easy	to	collect	custom	metrics	
•  Very	limited	informaJon	exposed	by	mod_snmp	
and	overall	seems	kind	of	abandoned	
•  The	monitoring/management	interface	in	
FreeSWITCH	needs	some	work	
19	
Sangoma	Technologies	-	©	2016
CACTI	&	RRDtool	
•  Web	front	end	for	the	RRDtool	Jme-series	
database	
•  Collect	metrics	from	mulJple	sources	(e.g	
snmp)	
•  No	one	can	ever	remember	how	to	add	a	
server	(convoluted	process)	
20	
Sangoma	Technologies	-	©	2016
CACTI	&	RRDtool	
21	
Sangoma	Technologies	-	©	2016	
•  You	end	up	with	ugly	graphs	like	this:	
It’s	beger	than	nothing	though	….
Monitoring	Sucks	
22	
Sangoma	Technologies	-	©	2016	
•  So	much	that	around	2011	a	“Monitoring	
Sucks”	community	was	set	to	fix	it:	
•  hgps://github.com/monitoringsucks	
•  hgps://github.com/monitoringsucks/blog-posts	
•  hgps://vimeo.com/monitorama
New	SoluMons	
23	
Sangoma	Technologies	-	©	2016	
•  Because	new	is	always	beger	…
Sensu	
•  Monitoring	that	doesn’t	suck	(their	mogo)	
•  You	can	reuse	nagios/zabbix	checks.	Sensu	
was	designed	as	a	replacement	for	aging	
Nagios	installaJons	
•  No	Jme-series	database	included,	you	have	
several	opJons	available	(e.g	Graphite,	
InfluxDB)	
24	
Sangoma	Technologies	-	©	2016
Sensu	
•  Pull/Push	system	with	an	agent	
•  Pub/Sub	model	with	pluggable	transports	(RabbitMQ,	
Redis,	Amazon	SQS)	
•  Nodes	subscribe	to	groups	of	checks.	The	checks	are	
scheduled	by	the	server	or	the	node.	
•  Both	service	and	metric	checks	supported	
•  Check	results	can	be	sent	asynchronously	by	external	
jobs	via	raw	TCP	+	JSON	(support	in	a	github	PR	for	
HTTP)	
25	
Sangoma	Technologies	-	©	2016
Sensu	
•  HTTP	API	to	read	access	nodes,	checks,	silence	
alarms,	etc	
•  Nice	and	simple	dashboard	UI	
•  Dynamic	infrastructure.	Servers	add	
themselves	to	the	monitoring	system.	
•  Composable	json	configuraJon	for	easy	
automaJon	(e.g	Ansible,	SaltStack,	Chef	etc)	
26	
Sangoma	Technologies	-	©	2016
Sensu	
27	
Sangoma	Technologies	-	©	2016	
Source:	sensuapp.org
Graphite	
•  Time-series	storage	system	
•  Whisper	database	format	designed	as	an	improvement	
over	RRDtool	to	manage	out	of	Jme	data	points	
•  Carbon-cache	is	a	daemon	listening	for	metrics	on	a	TCP	
socket	(typically	used	in	tandem	with	StatsD)	
•  Metrics	are	stored	in	fixed-size	files	
•  Comes	with	a	(quite	outdated)	UI	for	metric	graphs.	This	is	
most	o?en	used	as	an	hgp	endpoint	by	other	graphing	
tools	like	Grafana	
28	
Sangoma	Technologies	-	©	2016
Graphite	
•  Every	Jme	series	is	idenJfied	by	a	hierarchy	of	
dot-separated	idenJfiers	(e.g	
stats.freeswitch.total_calls)	
•  The	text	format	to	send	stats	to	graphite	is	dead	
simple:	<metric	name>	<value>	<Jmestamp>	
•  stats.freeswitch.total_calls	50	1470843323	
•  No	further	dimensions	can	be	encoded.	The	
typical	work-around	is	to	encode	them	in	the	
metric	name:	
•  stats.freeswitch.profile.internal.total_calls	20	
1470843323	
29	
Sangoma	Technologies	-	©	2016
Graphite	
30	
Sangoma	Technologies	-	©	2016	
Source:	hgp://www.aosabook.org/en/graphite.html
Prometheus	
•  New	Jme-series	monitoring	system	with	built-in	
alerJng	
•  Includes	its	own	Jme-series	database	format	
•  MulJ-dimensional	data	model	(fancy	term	for	key/
value	pairs	labels	agached	to	the	Jme-series	metrics)	
•  HTTP-based	pull	model	(Prometheus	scraps	nodes	for	
metrics	via	HTTP)	
•  Push	gateways	supported	for	applicaJons	without	a	
naJve	HTTP	endpoint	
31	
Sangoma	Technologies	-	©	2016
Prometheus	
•  Client	libraries	available	for	many	languages	so	you	
can	instrument	your	applicaJons	
•  Flexible	query	language	(think	SQL	for	for	Jme-series)	
•  Command	line	querying	tool	
•  Built-in	alerJng		
•  Can	be	federated	for	aggregaJon	of	data	in	mulJple	
data	centers	
32	
Sangoma	Technologies	-	©	2016
Prometheus	
•  Go	standalone	applicaJon	(no	dependencies)	
•  All	metrics	stored,	no	loss	of	granularity	
•  Similar	format	to	graphite,	with	the	added	
dimensions:	
•  freeswitch_total_calls{profile=internal}	20	
1470843323		
33	
Sangoma	Technologies	-	©	2016
Prometheus	
34	
Sangoma	Technologies	-	©	2016
Graphing	with	Grafana	
•  Powerful	dashboard	builder	applicaJon	
•  Support	for	many	backend	databases	
(Prometheus,	Graphite)	
•  Automate	creaJon	of	dashboards	with	their	HTTP	
API	and	JSON	dashboard	definiJon	format	
•  Rich	graphing	customizaJons,	styling,	access	
control,	etc	
35	
Sangoma	Technologies	-	©	2016
Graphing	with	Grafana	
36	
Sangoma	Technologies	-	©	2016
Graphing	with	Grafana	
37	
Sangoma	Technologies	-	©	2016
mod_prometheus	
•  NaJve	Prometheus	FreeSWITCH	integraJon	module	
wrigen	in	Rust	
•  Early	development	(started	just	a	few	days	ago)	but	
already	provides	useful	metrics	out	of	the	box,	ready	to	be	
scrapped	by	Prometheus	
•  Metrics	like	Calls,	Failed	calls,	RegistraJons,	CPS,	ASR,	etc	
•  You	can	then	use	Prometheus	Alert	manager	to	create	
alert	trigger	rules	based	on	those	metrics	
	
•  hgps://github.com/moises-silva/mod_prometheus	
38	
Sangoma	Technologies	-	©	2016
mod_prometheus	
•  Installing	requires	Rust	and	Cargo	(the	Rust	
package/build	tool	and	FreeSWITCH	master)	
	
#	git	clone	hgps://github.com/moises-silva/mod_prometheus	
#	cd	mod_prometheus	
#	cargo	build	
#	cp	target/debug/libmod_prometheus.so	/usr/local/freeswitch/mod	
	
(Do	not	agempt	to	rename	the	module	to	mod_prometheus,	it	won’t	work)	
	
39	
Sangoma	Technologies	-	©	2016
mod_prometheus	
•  Then	just	load	it	
	
	
40	
Sangoma	Technologies	-	©	2016
mod_prometheus	
•  Test	with	curl	
	
	
41	
Sangoma	Technologies	-	©	2016
mod_prometheus	
•  Use	custom	counters	and	gauges	from	the	
dialplan	
	
	
42	
Sangoma	Technologies	-	©	2016
mod_prometheus	
•  Next	Prometheus	scrap	will	get	those	metrics	
	
	
43	
Sangoma	Technologies	-	©	2016
Final	Thoughts	
•  ApplicaJon	instrumentaJon	must	be	part	of	
applicaJon	development	
•  Monitoring	tools	of	all	kinds	are	available.	No	
excuses	for	lack	of	monitoring	
•  Monitor	all	the	things!	
44	
Sangoma	Technologies	-	©	2016
AUerword	
•  Bringing	Rust	to	FreeSWITCH.	The	mod_prometheus	module	
is	the	first	Rust	module	coming	into	FreeSWITCH	
•  Rust	is	a	new	systems	programming	language	within	the	
same	speed	range	as	C/C++	but	with	memory	safety	
guarantees	using	an	ownership	system	and	move	semanJcs	
by	default	
•  Rust	bindings	are	available	by	the	freeswitchrs	project	
created	by	Michael	Giagnocavo:	
hgps://gitlab.com/wiresight/freeswitchrs/	
•  Rust	memory	safety	could	make	for	an	interesJng	addiJon	to	
the	stability	of	FreeSWITCH.	If	you’re	wriJng	modules	please	
consider	using	Rust	
45	
Sangoma	Technologies	-	©	2016
QUESTIONS
Contact	Us	
•  Sangoma	Technologies	
100	Renfrew	Drive,	Suite	100	
Markham,	Ontario	L3R	9R6	
Canada	
•  Website	
hgp://www.sangoma.com/	
•  Telephone	
+1	905	474	1990	x2	(for	Sales)	
•  Email	
sales@sangoma.com	
Sangoma	Technologies	-	©	2016	
47
THANK	YOU

More Related Content

What's hot

rtpengine and kamailio - or how to simulate calls at scale
rtpengine and kamailio - or how to simulate calls at scalertpengine and kamailio - or how to simulate calls at scale
rtpengine and kamailio - or how to simulate calls at scale
Andreas Granig
 
Sipwise rtpengine
Sipwise rtpengineSipwise rtpengine
Sipwise rtpengine
Andreas Granig
 
Kamailio on Docker
Kamailio on DockerKamailio on Docker
Kamailio on Docker
Chien Cheng Wu
 
Kamailio, FreeSWITCH, and You
Kamailio, FreeSWITCH, and YouKamailio, FreeSWITCH, and You
Kamailio, FreeSWITCH, and You
Fred Posner
 
Using Asterisk and Kamailio for Reliable, Scalable and Secure Communication S...
Using Asterisk and Kamailio for Reliable, Scalable and Secure Communication S...Using Asterisk and Kamailio for Reliable, Scalable and Secure Communication S...
Using Asterisk and Kamailio for Reliable, Scalable and Secure Communication S...
Fred Posner
 
Using Kamailio for Scalability and Security
Using Kamailio for Scalability and SecurityUsing Kamailio for Scalability and Security
Using Kamailio for Scalability and Security
Fred Posner
 
Kamailio :: A Quick Introduction
Kamailio :: A Quick IntroductionKamailio :: A Quick Introduction
Kamailio :: A Quick Introduction
Olle E Johansson
 
SIP Attack Handling (Kamailio World 2021)
SIP Attack Handling (Kamailio World 2021)SIP Attack Handling (Kamailio World 2021)
SIP Attack Handling (Kamailio World 2021)
Fred Posner
 
Kamailio - Load Balancing Load Balancers
Kamailio - Load Balancing Load BalancersKamailio - Load Balancing Load Balancers
Kamailio - Load Balancing Load Balancers
Daniel-Constantin Mierla
 
Three Ways Kamailio Can Help Your FreeSWITCH Deployment
Three Ways Kamailio Can Help Your FreeSWITCH DeploymentThree Ways Kamailio Can Help Your FreeSWITCH Deployment
Three Ways Kamailio Can Help Your FreeSWITCH Deployment
Fred Posner
 
Kamailio - Secure Communication
Kamailio - Secure CommunicationKamailio - Secure Communication
Kamailio - Secure Communication
Daniel-Constantin Mierla
 
Top 5 Challenges To Add Web Calls to Truphone VoIP Platform
Top 5 Challenges To Add Web Calls to Truphone VoIP PlatformTop 5 Challenges To Add Web Calls to Truphone VoIP Platform
Top 5 Challenges To Add Web Calls to Truphone VoIP Platform
Giacomo Vacca
 
Getting started with SIP Express Media Server SIP app server and SBC - workshop
Getting started with SIP Express Media Server SIP app server and SBC - workshopGetting started with SIP Express Media Server SIP app server and SBC - workshop
Getting started with SIP Express Media Server SIP app server and SBC - workshop
stefansayer
 
FreeSWITCH on Docker
FreeSWITCH on DockerFreeSWITCH on Docker
FreeSWITCH on Docker
建澄 吳
 
Expanding Asterisk with Kamailio
Expanding Asterisk with KamailioExpanding Asterisk with Kamailio
Expanding Asterisk with Kamailio
Fred Posner
 
Sip trunking - future of tomorrow communications
Sip trunking  -  future of tomorrow communicationsSip trunking  -  future of tomorrow communications
Sip trunking - future of tomorrow communications
Ranjit Patel
 
FreeSWITCH Cluster by K8s
FreeSWITCH Cluster by K8sFreeSWITCH Cluster by K8s
FreeSWITCH Cluster by K8s
Chien Cheng Wu
 
Scaling Asterisk with Kamailio
Scaling Asterisk with KamailioScaling Asterisk with Kamailio
Scaling Asterisk with Kamailio
Fred Posner
 
vpn-site-a-site-avec-des-routeurs-cisco
 vpn-site-a-site-avec-des-routeurs-cisco vpn-site-a-site-avec-des-routeurs-cisco
vpn-site-a-site-avec-des-routeurs-cisco
Camara Assane
 
Introduction to WebRTC
Introduction to WebRTCIntroduction to WebRTC
Introduction to WebRTC
Art Matsak
 

What's hot (20)

rtpengine and kamailio - or how to simulate calls at scale
rtpengine and kamailio - or how to simulate calls at scalertpengine and kamailio - or how to simulate calls at scale
rtpengine and kamailio - or how to simulate calls at scale
 
Sipwise rtpengine
Sipwise rtpengineSipwise rtpengine
Sipwise rtpengine
 
Kamailio on Docker
Kamailio on DockerKamailio on Docker
Kamailio on Docker
 
Kamailio, FreeSWITCH, and You
Kamailio, FreeSWITCH, and YouKamailio, FreeSWITCH, and You
Kamailio, FreeSWITCH, and You
 
Using Asterisk and Kamailio for Reliable, Scalable and Secure Communication S...
Using Asterisk and Kamailio for Reliable, Scalable and Secure Communication S...Using Asterisk and Kamailio for Reliable, Scalable and Secure Communication S...
Using Asterisk and Kamailio for Reliable, Scalable and Secure Communication S...
 
Using Kamailio for Scalability and Security
Using Kamailio for Scalability and SecurityUsing Kamailio for Scalability and Security
Using Kamailio for Scalability and Security
 
Kamailio :: A Quick Introduction
Kamailio :: A Quick IntroductionKamailio :: A Quick Introduction
Kamailio :: A Quick Introduction
 
SIP Attack Handling (Kamailio World 2021)
SIP Attack Handling (Kamailio World 2021)SIP Attack Handling (Kamailio World 2021)
SIP Attack Handling (Kamailio World 2021)
 
Kamailio - Load Balancing Load Balancers
Kamailio - Load Balancing Load BalancersKamailio - Load Balancing Load Balancers
Kamailio - Load Balancing Load Balancers
 
Three Ways Kamailio Can Help Your FreeSWITCH Deployment
Three Ways Kamailio Can Help Your FreeSWITCH DeploymentThree Ways Kamailio Can Help Your FreeSWITCH Deployment
Three Ways Kamailio Can Help Your FreeSWITCH Deployment
 
Kamailio - Secure Communication
Kamailio - Secure CommunicationKamailio - Secure Communication
Kamailio - Secure Communication
 
Top 5 Challenges To Add Web Calls to Truphone VoIP Platform
Top 5 Challenges To Add Web Calls to Truphone VoIP PlatformTop 5 Challenges To Add Web Calls to Truphone VoIP Platform
Top 5 Challenges To Add Web Calls to Truphone VoIP Platform
 
Getting started with SIP Express Media Server SIP app server and SBC - workshop
Getting started with SIP Express Media Server SIP app server and SBC - workshopGetting started with SIP Express Media Server SIP app server and SBC - workshop
Getting started with SIP Express Media Server SIP app server and SBC - workshop
 
FreeSWITCH on Docker
FreeSWITCH on DockerFreeSWITCH on Docker
FreeSWITCH on Docker
 
Expanding Asterisk with Kamailio
Expanding Asterisk with KamailioExpanding Asterisk with Kamailio
Expanding Asterisk with Kamailio
 
Sip trunking - future of tomorrow communications
Sip trunking  -  future of tomorrow communicationsSip trunking  -  future of tomorrow communications
Sip trunking - future of tomorrow communications
 
FreeSWITCH Cluster by K8s
FreeSWITCH Cluster by K8sFreeSWITCH Cluster by K8s
FreeSWITCH Cluster by K8s
 
Scaling Asterisk with Kamailio
Scaling Asterisk with KamailioScaling Asterisk with Kamailio
Scaling Asterisk with Kamailio
 
vpn-site-a-site-avec-des-routeurs-cisco
 vpn-site-a-site-avec-des-routeurs-cisco vpn-site-a-site-avec-des-routeurs-cisco
vpn-site-a-site-avec-des-routeurs-cisco
 
Introduction to WebRTC
Introduction to WebRTCIntroduction to WebRTC
Introduction to WebRTC
 

Viewers also liked

FreeSWITCH para usuarios Asterisk
FreeSWITCH para usuarios AsteriskFreeSWITCH para usuarios Asterisk
FreeSWITCH para usuarios Asterisk
PaloSanto Solutions
 
FreeSWITCH: Asterisk con Esteroides
FreeSWITCH: Asterisk con EsteroidesFreeSWITCH: Asterisk con Esteroides
FreeSWITCH: Asterisk con Esteroides
Moises Silva
 
OpenR2 in Asterisk
OpenR2 in AsteriskOpenR2 in Asterisk
OpenR2 in Asterisk
Moises Silva
 
Raptor 2
Raptor 2Raptor 2
Raptor web application firewall
Raptor web application firewallRaptor web application firewall
Raptor web application firewall
Antonio Costa aka Cooler_
 
Vulnerabilidades en Aplicaciones Web PHP
Vulnerabilidades en Aplicaciones Web PHPVulnerabilidades en Aplicaciones Web PHP
Vulnerabilidades en Aplicaciones Web PHP
Moises Silva
 
Five Lines I Could Not Draw
Five Lines I Could Not DrawFive Lines I Could Not Draw
Five Lines I Could Not Draw
Librato, Inc.
 
Monitoring, graphs and visualisations
Monitoring, graphs and visualisationsMonitoring, graphs and visualisations
Monitoring, graphs and visualisations
morekid
 
Using NoSQL databases to store RADIUS and Syslog data
Using NoSQL databases to store RADIUS and Syslog dataUsing NoSQL databases to store RADIUS and Syslog data
Using NoSQL databases to store RADIUS and Syslog data
Karri Huhtanen
 
The Next Generation Datacenter
The Next Generation DatacenterThe Next Generation Datacenter
The Next Generation Datacenter
Red Hat Events
 
FreeSWITCH Modules for Asterisk Developers
FreeSWITCH Modules for Asterisk DevelopersFreeSWITCH Modules for Asterisk Developers
FreeSWITCH Modules for Asterisk Developers
Moises Silva
 
Next generation alerting and fault detection, SRECon Europe 2016
Next generation alerting and fault detection, SRECon Europe 2016Next generation alerting and fault detection, SRECon Europe 2016
Next generation alerting and fault detection, SRECon Europe 2016
Dieter Plaetinck
 
Prometheus (Prometheus London, 2016)
Prometheus (Prometheus London, 2016)Prometheus (Prometheus London, 2016)
Prometheus (Prometheus London, 2016)
Brian Brazil
 
Tres componentes fundamentales de un buen PBX IP: seguridad, alta disponibili...
Tres componentes fundamentales de un buen PBX IP: seguridad, alta disponibili...Tres componentes fundamentales de un buen PBX IP: seguridad, alta disponibili...
Tres componentes fundamentales de un buen PBX IP: seguridad, alta disponibili...
PaloSanto Solutions
 
Configuration manager presentation
Configuration manager presentationConfiguration manager presentation
Configuration manager presentation
jeyg
 
Consul: Service-oriented at Scale
Consul: Service-oriented at ScaleConsul: Service-oriented at Scale
Consul: Service-oriented at Scale
C4Media
 
PMO y SMO, diferencias, similitudes y colaboracion
PMO y SMO, diferencias, similitudes y colaboracion PMO y SMO, diferencias, similitudes y colaboracion
PMO y SMO, diferencias, similitudes y colaboracion
Victor M. Fernández
 
Monitoring and observability
Monitoring and observabilityMonitoring and observability
Monitoring and observability
Theo Schlossnagle
 
Superb Supervision of Short-lived Servers with Sensu
Superb Supervision of Short-lived Servers with SensuSuperb Supervision of Short-lived Servers with Sensu
Superb Supervision of Short-lived Servers with Sensu
Paul O'Connor
 
VoIP – vulnerabilities and attacks
VoIP – vulnerabilities and attacksVoIP – vulnerabilities and attacks
VoIP – vulnerabilities and attacks
n|u - The Open Security Community
 

Viewers also liked (20)

FreeSWITCH para usuarios Asterisk
FreeSWITCH para usuarios AsteriskFreeSWITCH para usuarios Asterisk
FreeSWITCH para usuarios Asterisk
 
FreeSWITCH: Asterisk con Esteroides
FreeSWITCH: Asterisk con EsteroidesFreeSWITCH: Asterisk con Esteroides
FreeSWITCH: Asterisk con Esteroides
 
OpenR2 in Asterisk
OpenR2 in AsteriskOpenR2 in Asterisk
OpenR2 in Asterisk
 
Raptor 2
Raptor 2Raptor 2
Raptor 2
 
Raptor web application firewall
Raptor web application firewallRaptor web application firewall
Raptor web application firewall
 
Vulnerabilidades en Aplicaciones Web PHP
Vulnerabilidades en Aplicaciones Web PHPVulnerabilidades en Aplicaciones Web PHP
Vulnerabilidades en Aplicaciones Web PHP
 
Five Lines I Could Not Draw
Five Lines I Could Not DrawFive Lines I Could Not Draw
Five Lines I Could Not Draw
 
Monitoring, graphs and visualisations
Monitoring, graphs and visualisationsMonitoring, graphs and visualisations
Monitoring, graphs and visualisations
 
Using NoSQL databases to store RADIUS and Syslog data
Using NoSQL databases to store RADIUS and Syslog dataUsing NoSQL databases to store RADIUS and Syslog data
Using NoSQL databases to store RADIUS and Syslog data
 
The Next Generation Datacenter
The Next Generation DatacenterThe Next Generation Datacenter
The Next Generation Datacenter
 
FreeSWITCH Modules for Asterisk Developers
FreeSWITCH Modules for Asterisk DevelopersFreeSWITCH Modules for Asterisk Developers
FreeSWITCH Modules for Asterisk Developers
 
Next generation alerting and fault detection, SRECon Europe 2016
Next generation alerting and fault detection, SRECon Europe 2016Next generation alerting and fault detection, SRECon Europe 2016
Next generation alerting and fault detection, SRECon Europe 2016
 
Prometheus (Prometheus London, 2016)
Prometheus (Prometheus London, 2016)Prometheus (Prometheus London, 2016)
Prometheus (Prometheus London, 2016)
 
Tres componentes fundamentales de un buen PBX IP: seguridad, alta disponibili...
Tres componentes fundamentales de un buen PBX IP: seguridad, alta disponibili...Tres componentes fundamentales de un buen PBX IP: seguridad, alta disponibili...
Tres componentes fundamentales de un buen PBX IP: seguridad, alta disponibili...
 
Configuration manager presentation
Configuration manager presentationConfiguration manager presentation
Configuration manager presentation
 
Consul: Service-oriented at Scale
Consul: Service-oriented at ScaleConsul: Service-oriented at Scale
Consul: Service-oriented at Scale
 
PMO y SMO, diferencias, similitudes y colaboracion
PMO y SMO, diferencias, similitudes y colaboracion PMO y SMO, diferencias, similitudes y colaboracion
PMO y SMO, diferencias, similitudes y colaboracion
 
Monitoring and observability
Monitoring and observabilityMonitoring and observability
Monitoring and observability
 
Superb Supervision of Short-lived Servers with Sensu
Superb Supervision of Short-lived Servers with SensuSuperb Supervision of Short-lived Servers with Sensu
Superb Supervision of Short-lived Servers with Sensu
 
VoIP – vulnerabilities and attacks
VoIP – vulnerabilities and attacksVoIP – vulnerabilities and attacks
VoIP – vulnerabilities and attacks
 

Similar to FreeSWITCH Monitoring

Webinar - Patch Management: Keep up with security updates by using SysKit
Webinar - Patch Management: Keep up with security updates by using SysKitWebinar - Patch Management: Keep up with security updates by using SysKit
Webinar - Patch Management: Keep up with security updates by using SysKit
SysKit Ltd
 
Using DevOps to Drive the Agile ALM
Using DevOps to Drive the Agile ALMUsing DevOps to Drive the Agile ALM
Using DevOps to Drive the Agile ALM
TechWell
 
Key implications of PCI DSS v3.1 update
Key implications of PCI DSS v3.1 updateKey implications of PCI DSS v3.1 update
Key implications of PCI DSS v3.1 update
Ajay Unni
 
Two Years of IT Asset Management at Loyola Marymount, Knowledge 2013
Two Years of IT Asset Management at Loyola Marymount, Knowledge 2013Two Years of IT Asset Management at Loyola Marymount, Knowledge 2013
Two Years of IT Asset Management at Loyola Marymount, Knowledge 2013
Adam Mason
 
TRI and OPRA Overview
TRI and OPRA OverviewTRI and OPRA Overview
Tools and practices to use in a Continuous Delivery pipeline
Tools and practices to use in a Continuous Delivery pipelineTools and practices to use in a Continuous Delivery pipeline
Tools and practices to use in a Continuous Delivery pipeline
Matteo Emili
 
Federal Webinar: Security Compliance with SolarWinds Network Management Tools
Federal Webinar: Security Compliance with SolarWinds Network Management ToolsFederal Webinar: Security Compliance with SolarWinds Network Management Tools
Federal Webinar: Security Compliance with SolarWinds Network Management Tools
SolarWinds
 
Unified Operations Vision
Unified Operations VisionUnified Operations Vision
Unified Operations Vision
Steve Mushero
 
Icinga camp ams 2016 icinga2
Icinga camp ams 2016 icinga2Icinga camp ams 2016 icinga2
Icinga camp ams 2016 icinga2
Assaf Flatto
 
Icinga Camp Amsterdam - Monitoring – When to start
Icinga Camp Amsterdam - Monitoring – When to startIcinga Camp Amsterdam - Monitoring – When to start
Icinga Camp Amsterdam - Monitoring – When to start
Icinga
 
Webinar - System Performance Monitoring with SysKit: Servers, Services and Apps
Webinar - System Performance Monitoring with SysKit: Servers, Services and AppsWebinar - System Performance Monitoring with SysKit: Servers, Services and Apps
Webinar - System Performance Monitoring with SysKit: Servers, Services and Apps
SysKit Ltd
 
Maximize the Power of Your ERP Data
Maximize the Power of Your ERP DataMaximize the Power of Your ERP Data
Maximize the Power of Your ERP Data
Global Creative Group, Inc
 
Put an End to Workforce Time Theft
Put an End to Workforce Time TheftPut an End to Workforce Time Theft
Put an End to Workforce Time Theft
EPAY Systems
 
Software Release Orchestration and the Enterprise
Software Release Orchestration and the EnterpriseSoftware Release Orchestration and the Enterprise
Software Release Orchestration and the Enterprise
XebiaLabs
 
Con3187 Creating Industrial Middleware with Java ME and Single-Board Computers
Con3187 Creating Industrial Middleware with Java ME and Single-Board ComputersCon3187 Creating Industrial Middleware with Java ME and Single-Board Computers
Con3187 Creating Industrial Middleware with Java ME and Single-Board Computers
Julio Palma Vázquez
 
Sumologic <3 Open Source
Sumologic <3 Open SourceSumologic <3 Open Source
Sumologic <3 Open Source
NGINX, Inc.
 
HIS 2017 Paul Sherwood- towards trustable software
HIS 2017 Paul Sherwood- towards trustable software HIS 2017 Paul Sherwood- towards trustable software
HIS 2017 Paul Sherwood- towards trustable software
jamieayre
 
Using JMeter Scripts in CloudTest for Continuous Testing
Using JMeter Scripts in CloudTest for Continuous TestingUsing JMeter Scripts in CloudTest for Continuous Testing
Using JMeter Scripts in CloudTest for Continuous Testing
Jennifer Finney
 
Efficient IT operations using monitoring systems and standardized tools - Ici...
Efficient IT operations using monitoring systems and standardized tools - Ici...Efficient IT operations using monitoring systems and standardized tools - Ici...
Efficient IT operations using monitoring systems and standardized tools - Ici...
Icinga
 
Federal Webinar: RMF, DISA STIGs, and NIST FISMA Compliance using SolarWinds
Federal Webinar: RMF, DISA STIGs, and NIST FISMA Compliance using SolarWindsFederal Webinar: RMF, DISA STIGs, and NIST FISMA Compliance using SolarWinds
Federal Webinar: RMF, DISA STIGs, and NIST FISMA Compliance using SolarWinds
SolarWinds
 

Similar to FreeSWITCH Monitoring (20)

Webinar - Patch Management: Keep up with security updates by using SysKit
Webinar - Patch Management: Keep up with security updates by using SysKitWebinar - Patch Management: Keep up with security updates by using SysKit
Webinar - Patch Management: Keep up with security updates by using SysKit
 
Using DevOps to Drive the Agile ALM
Using DevOps to Drive the Agile ALMUsing DevOps to Drive the Agile ALM
Using DevOps to Drive the Agile ALM
 
Key implications of PCI DSS v3.1 update
Key implications of PCI DSS v3.1 updateKey implications of PCI DSS v3.1 update
Key implications of PCI DSS v3.1 update
 
Two Years of IT Asset Management at Loyola Marymount, Knowledge 2013
Two Years of IT Asset Management at Loyola Marymount, Knowledge 2013Two Years of IT Asset Management at Loyola Marymount, Knowledge 2013
Two Years of IT Asset Management at Loyola Marymount, Knowledge 2013
 
TRI and OPRA Overview
TRI and OPRA OverviewTRI and OPRA Overview
TRI and OPRA Overview
 
Tools and practices to use in a Continuous Delivery pipeline
Tools and practices to use in a Continuous Delivery pipelineTools and practices to use in a Continuous Delivery pipeline
Tools and practices to use in a Continuous Delivery pipeline
 
Federal Webinar: Security Compliance with SolarWinds Network Management Tools
Federal Webinar: Security Compliance with SolarWinds Network Management ToolsFederal Webinar: Security Compliance with SolarWinds Network Management Tools
Federal Webinar: Security Compliance with SolarWinds Network Management Tools
 
Unified Operations Vision
Unified Operations VisionUnified Operations Vision
Unified Operations Vision
 
Icinga camp ams 2016 icinga2
Icinga camp ams 2016 icinga2Icinga camp ams 2016 icinga2
Icinga camp ams 2016 icinga2
 
Icinga Camp Amsterdam - Monitoring – When to start
Icinga Camp Amsterdam - Monitoring – When to startIcinga Camp Amsterdam - Monitoring – When to start
Icinga Camp Amsterdam - Monitoring – When to start
 
Webinar - System Performance Monitoring with SysKit: Servers, Services and Apps
Webinar - System Performance Monitoring with SysKit: Servers, Services and AppsWebinar - System Performance Monitoring with SysKit: Servers, Services and Apps
Webinar - System Performance Monitoring with SysKit: Servers, Services and Apps
 
Maximize the Power of Your ERP Data
Maximize the Power of Your ERP DataMaximize the Power of Your ERP Data
Maximize the Power of Your ERP Data
 
Put an End to Workforce Time Theft
Put an End to Workforce Time TheftPut an End to Workforce Time Theft
Put an End to Workforce Time Theft
 
Software Release Orchestration and the Enterprise
Software Release Orchestration and the EnterpriseSoftware Release Orchestration and the Enterprise
Software Release Orchestration and the Enterprise
 
Con3187 Creating Industrial Middleware with Java ME and Single-Board Computers
Con3187 Creating Industrial Middleware with Java ME and Single-Board ComputersCon3187 Creating Industrial Middleware with Java ME and Single-Board Computers
Con3187 Creating Industrial Middleware with Java ME and Single-Board Computers
 
Sumologic <3 Open Source
Sumologic <3 Open SourceSumologic <3 Open Source
Sumologic <3 Open Source
 
HIS 2017 Paul Sherwood- towards trustable software
HIS 2017 Paul Sherwood- towards trustable software HIS 2017 Paul Sherwood- towards trustable software
HIS 2017 Paul Sherwood- towards trustable software
 
Using JMeter Scripts in CloudTest for Continuous Testing
Using JMeter Scripts in CloudTest for Continuous TestingUsing JMeter Scripts in CloudTest for Continuous Testing
Using JMeter Scripts in CloudTest for Continuous Testing
 
Efficient IT operations using monitoring systems and standardized tools - Ici...
Efficient IT operations using monitoring systems and standardized tools - Ici...Efficient IT operations using monitoring systems and standardized tools - Ici...
Efficient IT operations using monitoring systems and standardized tools - Ici...
 
Federal Webinar: RMF, DISA STIGs, and NIST FISMA Compliance using SolarWinds
Federal Webinar: RMF, DISA STIGs, and NIST FISMA Compliance using SolarWindsFederal Webinar: RMF, DISA STIGs, and NIST FISMA Compliance using SolarWinds
Federal Webinar: RMF, DISA STIGs, and NIST FISMA Compliance using SolarWinds
 

More from Moises Silva

Interfaces de Scripting para librerias en C
Interfaces de Scripting para librerias en CInterfaces de Scripting para librerias en C
Interfaces de Scripting para librerias en C
Moises Silva
 
Manejo de Medios en FreeSWITCH
Manejo de Medios en FreeSWITCHManejo de Medios en FreeSWITCH
Manejo de Medios en FreeSWITCH
Moises Silva
 
Implementation Lessons using WebRTC in Asterisk
Implementation Lessons using WebRTC in AsteriskImplementation Lessons using WebRTC in Asterisk
Implementation Lessons using WebRTC in Asterisk
Moises Silva
 
Negociacion de Codecs en Asterisk
Negociacion de Codecs en AsteriskNegociacion de Codecs en Asterisk
Negociacion de Codecs en Asterisk
Moises Silva
 
Sangoma en el Ecosistema Open Source
Sangoma en el Ecosistema Open SourceSangoma en el Ecosistema Open Source
Sangoma en el Ecosistema Open Source
Moises Silva
 
FreeTDM PRI Passive Recording
FreeTDM PRI Passive RecordingFreeTDM PRI Passive Recording
FreeTDM PRI Passive Recording
Moises Silva
 
Asterisk PRI Passive Call Recording
Asterisk PRI Passive Call RecordingAsterisk PRI Passive Call Recording
Asterisk PRI Passive Call Recording
Moises Silva
 

More from Moises Silva (7)

Interfaces de Scripting para librerias en C
Interfaces de Scripting para librerias en CInterfaces de Scripting para librerias en C
Interfaces de Scripting para librerias en C
 
Manejo de Medios en FreeSWITCH
Manejo de Medios en FreeSWITCHManejo de Medios en FreeSWITCH
Manejo de Medios en FreeSWITCH
 
Implementation Lessons using WebRTC in Asterisk
Implementation Lessons using WebRTC in AsteriskImplementation Lessons using WebRTC in Asterisk
Implementation Lessons using WebRTC in Asterisk
 
Negociacion de Codecs en Asterisk
Negociacion de Codecs en AsteriskNegociacion de Codecs en Asterisk
Negociacion de Codecs en Asterisk
 
Sangoma en el Ecosistema Open Source
Sangoma en el Ecosistema Open SourceSangoma en el Ecosistema Open Source
Sangoma en el Ecosistema Open Source
 
FreeTDM PRI Passive Recording
FreeTDM PRI Passive RecordingFreeTDM PRI Passive Recording
FreeTDM PRI Passive Recording
 
Asterisk PRI Passive Call Recording
Asterisk PRI Passive Call RecordingAsterisk PRI Passive Call Recording
Asterisk PRI Passive Call Recording
 

Recently uploaded

UI5con 2024 - Bring Your Own Design System
UI5con 2024 - Bring Your Own Design SystemUI5con 2024 - Bring Your Own Design System
UI5con 2024 - Bring Your Own Design System
Peter Muessig
 
Top 9 Trends in Cybersecurity for 2024.pptx
Top 9 Trends in Cybersecurity for 2024.pptxTop 9 Trends in Cybersecurity for 2024.pptx
Top 9 Trends in Cybersecurity for 2024.pptx
devvsandy
 
How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?
ToXSL Technologies
 
ALGIT - Assembly Line for Green IT - Numbers, Data, Facts
ALGIT - Assembly Line for Green IT - Numbers, Data, FactsALGIT - Assembly Line for Green IT - Numbers, Data, Facts
ALGIT - Assembly Line for Green IT - Numbers, Data, Facts
Green Software Development
 
Unveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdfUnveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdf
brainerhub1
 
Artificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension FunctionsArtificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension Functions
Octavian Nadolu
 
Microservice Teams - How the cloud changes the way we work
Microservice Teams - How the cloud changes the way we workMicroservice Teams - How the cloud changes the way we work
Microservice Teams - How the cloud changes the way we work
Sven Peters
 
Fundamentals of Programming and Language Processors
Fundamentals of Programming and Language ProcessorsFundamentals of Programming and Language Processors
Fundamentals of Programming and Language Processors
Rakesh Kumar R
 
Hand Rolled Applicative User Validation Code Kata
Hand Rolled Applicative User ValidationCode KataHand Rolled Applicative User ValidationCode Kata
Hand Rolled Applicative User Validation Code Kata
Philip Schwarz
 
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
XfilesPro
 
Measures in SQL (SIGMOD 2024, Santiago, Chile)
Measures in SQL (SIGMOD 2024, Santiago, Chile)Measures in SQL (SIGMOD 2024, Santiago, Chile)
Measures in SQL (SIGMOD 2024, Santiago, Chile)
Julian Hyde
 
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
Bert Jan Schrijver
 
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CDKuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
rodomar2
 
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
Łukasz Chruściel
 
Odoo ERP Vs. Traditional ERP Systems – A Comparative Analysis
Odoo ERP Vs. Traditional ERP Systems – A Comparative AnalysisOdoo ERP Vs. Traditional ERP Systems – A Comparative Analysis
Odoo ERP Vs. Traditional ERP Systems – A Comparative Analysis
Envertis Software Solutions
 
Mobile app Development Services | Drona Infotech
Mobile app Development Services  | Drona InfotechMobile app Development Services  | Drona Infotech
Mobile app Development Services | Drona Infotech
Drona Infotech
 
SMS API Integration in Saudi Arabia| Best SMS API Service
SMS API Integration in Saudi Arabia| Best SMS API ServiceSMS API Integration in Saudi Arabia| Best SMS API Service
SMS API Integration in Saudi Arabia| Best SMS API Service
Yara Milbes
 
All you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVMAll you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVM
Alina Yurenko
 
Oracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptxOracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptx
Remote DBA Services
 
Transform Your Communication with Cloud-Based IVR Solutions
Transform Your Communication with Cloud-Based IVR SolutionsTransform Your Communication with Cloud-Based IVR Solutions
Transform Your Communication with Cloud-Based IVR Solutions
TheSMSPoint
 

Recently uploaded (20)

UI5con 2024 - Bring Your Own Design System
UI5con 2024 - Bring Your Own Design SystemUI5con 2024 - Bring Your Own Design System
UI5con 2024 - Bring Your Own Design System
 
Top 9 Trends in Cybersecurity for 2024.pptx
Top 9 Trends in Cybersecurity for 2024.pptxTop 9 Trends in Cybersecurity for 2024.pptx
Top 9 Trends in Cybersecurity for 2024.pptx
 
How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?
 
ALGIT - Assembly Line for Green IT - Numbers, Data, Facts
ALGIT - Assembly Line for Green IT - Numbers, Data, FactsALGIT - Assembly Line for Green IT - Numbers, Data, Facts
ALGIT - Assembly Line for Green IT - Numbers, Data, Facts
 
Unveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdfUnveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdf
 
Artificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension FunctionsArtificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension Functions
 
Microservice Teams - How the cloud changes the way we work
Microservice Teams - How the cloud changes the way we workMicroservice Teams - How the cloud changes the way we work
Microservice Teams - How the cloud changes the way we work
 
Fundamentals of Programming and Language Processors
Fundamentals of Programming and Language ProcessorsFundamentals of Programming and Language Processors
Fundamentals of Programming and Language Processors
 
Hand Rolled Applicative User Validation Code Kata
Hand Rolled Applicative User ValidationCode KataHand Rolled Applicative User ValidationCode Kata
Hand Rolled Applicative User Validation Code Kata
 
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
 
Measures in SQL (SIGMOD 2024, Santiago, Chile)
Measures in SQL (SIGMOD 2024, Santiago, Chile)Measures in SQL (SIGMOD 2024, Santiago, Chile)
Measures in SQL (SIGMOD 2024, Santiago, Chile)
 
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
 
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CDKuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
 
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
 
Odoo ERP Vs. Traditional ERP Systems – A Comparative Analysis
Odoo ERP Vs. Traditional ERP Systems – A Comparative AnalysisOdoo ERP Vs. Traditional ERP Systems – A Comparative Analysis
Odoo ERP Vs. Traditional ERP Systems – A Comparative Analysis
 
Mobile app Development Services | Drona Infotech
Mobile app Development Services  | Drona InfotechMobile app Development Services  | Drona Infotech
Mobile app Development Services | Drona Infotech
 
SMS API Integration in Saudi Arabia| Best SMS API Service
SMS API Integration in Saudi Arabia| Best SMS API ServiceSMS API Integration in Saudi Arabia| Best SMS API Service
SMS API Integration in Saudi Arabia| Best SMS API Service
 
All you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVMAll you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVM
 
Oracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptxOracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptx
 
Transform Your Communication with Cloud-Based IVR Solutions
Transform Your Communication with Cloud-Based IVR SolutionsTransform Your Communication with Cloud-Based IVR Solutions
Transform Your Communication with Cloud-Based IVR Solutions
 

FreeSWITCH Monitoring