-
Automate GitHub Login Using SSH (On Windows)
This article is minimal guide about how to set up Git SSH configuration, on a Windows environment, in order to be able to interact with Git without authenticating every time, which is especially useful when you have to automate some process
-
How to use Input Parameters in Power BI
If you ever had the need to create a Power BI report that asks for some input before loading and takes different choices based on the provided input, then look no further.
-
Configure and Run Kapacitor (On Windows)
In this post we will see how to configure and run Kapacitor, which is the last component of the TICK stack. A Brief Introduction Download Kapacitor Configure and Run Kapacitor (as a Service) Using Kapacitor in Chronograf Add a Kapacitor Connection Add Handlers Create an Alert Task A Brief Introduction Kapacitor is a data processing… Read more
-
Configure and Run Grafana (On Windows)
In this guide we will se how to A Brief Introduction Download Grafana Configure Grafana Run Grafana (as a Service) Access Grafana A Brief Introduction Grafana is an open-source platform for monitoring that allows to query, visualize and create alerts from data stored in lots of different sources.Its main components are dashboards, which can be… Read more
-
Run and Use Chronograf (on Windows)
In the previous posts we have installed an InfluxDB instance and started gathering data with Telegraf, now we want to explore and query those data. A Brief Introduction Download Chronograf Run Chronograf Chronograf UI Overview InfluxDB Schema vs SQL DB Schema Authentication Run Chronograf as a Service A Brief Introduction To query the data you… Read more
-
Configure and Run Telegraf (on Windows)
In this guide we will see how to configure Telegraf to gather data and write them to InfluxDB.You can have a look at the previous post to set up InfluxDB A Brief Introduction Download Telegraf Configure and Test Telegraf Create Database and User in InfluxDB Run Telegraf as a Service Check the Data A Brief… Read more
-
Configure and Run InfluxDB (on Windows)
In this guide, we will see how to configure and run InfluxDB, with some brief explanations and minor edits to its configuration Download InfluxDB Configure and Run InfluxDB Run InfluxDB as a Service Download InfluxDB InfluxDB can be downloaded from the InfluxData website at the following link: https://portal.influxdata.com/downloads/In this guide, I will use InfluxDB version… Read more
-
Introduction to the TICK Stack
Some time ago I’ve been asked to study and set-up a monitoring solution, to keep in check several SQL Server instances.After a bit of searching around the web I found out that one of the most popular solutions is the TICK stack.The TICK stack is a set of software developed by InfluxData, each letter of… Read more