SlideShare una empresa de Scribd logo
1 de 48
Descargar para leer sin conexión
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

Más contenido relacionado

La actualidad más candente

An SFU/MCU integration for heterogeneous environments
An SFU/MCU integration for heterogeneous environmentsAn SFU/MCU integration for heterogeneous environments
An SFU/MCU integration for heterogeneous environmentsGiacomo Vacca
 
Kamailio :: A Quick Introduction
Kamailio :: A Quick IntroductionKamailio :: A Quick Introduction
Kamailio :: A Quick IntroductionOlle E Johansson
 
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 DeploymentFred Posner
 
2600Hz - Tuning Kazoo to 10,000 Handsets - KazooCon 2015
2600Hz - Tuning Kazoo to 10,000 Handsets - KazooCon 20152600Hz - Tuning Kazoo to 10,000 Handsets - KazooCon 2015
2600Hz - Tuning Kazoo to 10,000 Handsets - KazooCon 20152600Hz
 
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
 
Grafana Loki: like Prometheus, but for Logs
Grafana Loki: like Prometheus, but for LogsGrafana Loki: like Prometheus, but for Logs
Grafana Loki: like Prometheus, but for LogsMarco Pracucci
 
SIP transfer with Janus/WebRTC @ OpenSIPS 2022
SIP transfer with Janus/WebRTC @ OpenSIPS 2022SIP transfer with Janus/WebRTC @ OpenSIPS 2022
SIP transfer with Janus/WebRTC @ OpenSIPS 2022Lorenzo Miniero
 
FreeSWITCH Cluster by K8s
FreeSWITCH Cluster by K8sFreeSWITCH Cluster by K8s
FreeSWITCH Cluster by K8sChien Cheng Wu
 
Scaling WebRTC applications with Janus
Scaling WebRTC applications with JanusScaling WebRTC applications with Janus
Scaling WebRTC applications with JanusLorenzo Miniero
 
Kamailio, FreeSWITCH, and You
Kamailio, FreeSWITCH, and YouKamailio, FreeSWITCH, and You
Kamailio, FreeSWITCH, and YouFred Posner
 
Janus + Audio @ Open Source World
Janus + Audio @ Open Source WorldJanus + Audio @ Open Source World
Janus + Audio @ Open Source WorldLorenzo Miniero
 
OpenTelemetry For Architects
OpenTelemetry For ArchitectsOpenTelemetry For Architects
OpenTelemetry For ArchitectsKevin Brockhoff
 
Asterisk High Availability Design Guide
Asterisk High Availability Design GuideAsterisk High Availability Design Guide
Asterisk High Availability Design GuideMichelle Dupuis
 
Kamailio with Docker and Kubernetes
Kamailio with Docker and KubernetesKamailio with Docker and Kubernetes
Kamailio with Docker and KubernetesPaolo Visintin
 
Opentelemetry - From frontend to backend
Opentelemetry - From frontend to backendOpentelemetry - From frontend to backend
Opentelemetry - From frontend to backendSebastian Poxhofer
 
FreeSWITCH Modules for Asterisk Developers
FreeSWITCH Modules for Asterisk DevelopersFreeSWITCH Modules for Asterisk Developers
FreeSWITCH Modules for Asterisk DevelopersMoises Silva
 
Using eBPF for High-Performance Networking in Cilium
Using eBPF for High-Performance Networking in CiliumUsing eBPF for High-Performance Networking in Cilium
Using eBPF for High-Performance Networking in CiliumScyllaDB
 
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 scaleAndreas Granig
 

La actualidad más candente (20)

An SFU/MCU integration for heterogeneous environments
An SFU/MCU integration for heterogeneous environmentsAn SFU/MCU integration for heterogeneous environments
An SFU/MCU integration for heterogeneous environments
 
Kamailio :: A Quick Introduction
Kamailio :: A Quick IntroductionKamailio :: A Quick Introduction
Kamailio :: A Quick Introduction
 
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
 
2600Hz - Tuning Kazoo to 10,000 Handsets - KazooCon 2015
2600Hz - Tuning Kazoo to 10,000 Handsets - KazooCon 20152600Hz - Tuning Kazoo to 10,000 Handsets - KazooCon 2015
2600Hz - Tuning Kazoo to 10,000 Handsets - KazooCon 2015
 
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...
 
Grafana Loki: like Prometheus, but for Logs
Grafana Loki: like Prometheus, but for LogsGrafana Loki: like Prometheus, but for Logs
Grafana Loki: like Prometheus, but for Logs
 
SIP transfer with Janus/WebRTC @ OpenSIPS 2022
SIP transfer with Janus/WebRTC @ OpenSIPS 2022SIP transfer with Janus/WebRTC @ OpenSIPS 2022
SIP transfer with Janus/WebRTC @ OpenSIPS 2022
 
FreeSWITCH Cluster by K8s
FreeSWITCH Cluster by K8sFreeSWITCH Cluster by K8s
FreeSWITCH Cluster by K8s
 
Scaling WebRTC applications with Janus
Scaling WebRTC applications with JanusScaling WebRTC applications with Janus
Scaling WebRTC applications with Janus
 
Kamailio, FreeSWITCH, and You
Kamailio, FreeSWITCH, and YouKamailio, FreeSWITCH, and You
Kamailio, FreeSWITCH, and You
 
Janus + Audio @ Open Source World
Janus + Audio @ Open Source WorldJanus + Audio @ Open Source World
Janus + Audio @ Open Source World
 
OpenTelemetry For Architects
OpenTelemetry For ArchitectsOpenTelemetry For Architects
OpenTelemetry For Architects
 
Asterisk High Availability Design Guide
Asterisk High Availability Design GuideAsterisk High Availability Design Guide
Asterisk High Availability Design Guide
 
Kamailio - Load Balancing Load Balancers
Kamailio - Load Balancing Load BalancersKamailio - Load Balancing Load Balancers
Kamailio - Load Balancing Load Balancers
 
Kamailio with Docker and Kubernetes
Kamailio with Docker and KubernetesKamailio with Docker and Kubernetes
Kamailio with Docker and Kubernetes
 
Opentelemetry - From frontend to backend
Opentelemetry - From frontend to backendOpentelemetry - From frontend to backend
Opentelemetry - From frontend to backend
 
FreeSWITCH Modules for Asterisk Developers
FreeSWITCH Modules for Asterisk DevelopersFreeSWITCH Modules for Asterisk Developers
FreeSWITCH Modules for Asterisk Developers
 
Using eBPF for High-Performance Networking in Cilium
Using eBPF for High-Performance Networking in CiliumUsing eBPF for High-Performance Networking in Cilium
Using eBPF for High-Performance Networking in Cilium
 
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
 
Kamailio on Docker
Kamailio on DockerKamailio on Docker
Kamailio on Docker
 

Destacado

FreeSWITCH para usuarios Asterisk
FreeSWITCH para usuarios AsteriskFreeSWITCH para usuarios Asterisk
FreeSWITCH para usuarios AsteriskPaloSanto Solutions
 
FreeSWITCH: Asterisk con Esteroides
FreeSWITCH: Asterisk con EsteroidesFreeSWITCH: Asterisk con Esteroides
FreeSWITCH: Asterisk con EsteroidesMoises Silva
 
OpenR2 in Asterisk
OpenR2 in AsteriskOpenR2 in Asterisk
OpenR2 in AsteriskMoises Silva
 
Vulnerabilidades en Aplicaciones Web PHP
Vulnerabilidades en Aplicaciones Web PHPVulnerabilidades en Aplicaciones Web PHP
Vulnerabilidades en Aplicaciones Web PHPMoises Silva
 
Five Lines I Could Not Draw
Five Lines I Could Not DrawFive Lines I Could Not Draw
Five Lines I Could Not DrawLibrato, Inc.
 
Monitoring, graphs and visualisations
Monitoring, graphs and visualisationsMonitoring, graphs and visualisations
Monitoring, graphs and visualisationsmorekid
 
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 dataKarri Huhtanen
 
The Next Generation Datacenter
The Next Generation DatacenterThe Next Generation Datacenter
The Next Generation DatacenterRed Hat Events
 
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 2016Dieter 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 presentationjeyg
 
Consul: Service-oriented at Scale
Consul: Service-oriented at ScaleConsul: Service-oriented at Scale
Consul: Service-oriented at ScaleC4Media
 
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 observabilityTheo 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 SensuPaul O'Connor
 
The Open-Source Monitoring Landscape
The Open-Source Monitoring LandscapeThe Open-Source Monitoring Landscape
The Open-Source Monitoring LandscapeMike Merideth
 

Destacado (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
 
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
 
The Open-Source Monitoring Landscape
The Open-Source Monitoring LandscapeThe Open-Source Monitoring Landscape
The Open-Source Monitoring Landscape
 

Similar a 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 SysKitSysKit 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 ALMTechWell
 
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 updateAjay 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 2013Adam Mason
 
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 pipelineMatteo 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 ToolsSolarWinds
 
Unified Operations Vision
Unified Operations VisionUnified Operations Vision
Unified Operations VisionSteve Mushero
 
Icinga camp ams 2016 icinga2
Icinga camp ams 2016 icinga2Icinga camp ams 2016 icinga2
Icinga camp ams 2016 icinga2Assaf 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 startIcinga
 
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 AppsSysKit Ltd
 
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 TheftEPAY Systems
 
Software Release Orchestration and the Enterprise
Software Release Orchestration and the EnterpriseSoftware Release Orchestration and the Enterprise
Software Release Orchestration and the EnterpriseXebiaLabs
 
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 ComputersJulio Palma Vázquez
 
Sumologic <3 Open Source
Sumologic <3 Open SourceSumologic <3 Open Source
Sumologic <3 Open SourceNGINX, 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 TestingJennifer 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 SolarWindsSolarWinds
 

Similar a 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
 

Más de 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 CMoises Silva
 
Manejo de Medios en FreeSWITCH
Manejo de Medios en FreeSWITCHManejo de Medios en FreeSWITCH
Manejo de Medios en FreeSWITCHMoises Silva
 
Implementation Lessons using WebRTC in Asterisk
Implementation Lessons using WebRTC in AsteriskImplementation Lessons using WebRTC in Asterisk
Implementation Lessons using WebRTC in AsteriskMoises Silva
 
Negociacion de Codecs en Asterisk
Negociacion de Codecs en AsteriskNegociacion de Codecs en Asterisk
Negociacion de Codecs en AsteriskMoises Silva
 
Sangoma en el Ecosistema Open Source
Sangoma en el Ecosistema Open SourceSangoma en el Ecosistema Open Source
Sangoma en el Ecosistema Open SourceMoises Silva
 
FreeTDM PRI Passive Recording
FreeTDM PRI Passive RecordingFreeTDM PRI Passive Recording
FreeTDM PRI Passive RecordingMoises Silva
 
Asterisk PRI Passive Call Recording
Asterisk PRI Passive Call RecordingAsterisk PRI Passive Call Recording
Asterisk PRI Passive Call RecordingMoises Silva
 

Más de 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
 

Último

SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️anilsa9823
 

Último (20)

SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Exploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the ProcessExploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the Process
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 

FreeSWITCH Monitoring