Category: Linux

How to edit AWS Route53 DNS records from CLI

If you use AWS and you need to update the Route53 from the CLI there are a few methods. You can use cli53 tool from github or aws route53 CLI commands. In this post we will use aws route53.

Continue reading

Nextcloud OnlyOffice document security token error

Nextcloud OpenOffice document security error

I am running Nextcloud and OnlyOffice Document server in different Portainer stacks. They are behind a Traefik docker container used as a reverse proxy. When updating Nextcloud from one version to another i sometimes get the error below, when trying to open DOCX / XLSX files:

Continue reading

Grafana not showing mount points containing dot in name in Disk Space plugin

I use Grafana and Prometheus to monitor my home server running on Ubuntu 16.04 x32 (Atom N270 CPU). I noticed that my external USB HDD is shown in Disk Space dashboard, but only in Mountpoint Usage graph. I only see the graph with the percentage.

Continue reading

Exclude from Grafana ISPConfig mounted logs in Disk Space dashboard

I use Grafana to monitor a few servers. Because ISPConfig mounts the logs folders to other locations, the disk stats provided by the Prometheus Node Exporter include info that is not useful (at least for me). This is how the Disk Space Graph is shown :

Continue reading

TP Link HS110 smartplug linux monitoring with Grafana

The TP-Link HS110 smartplug has a mobile app that is not very useful. Digging through the internet i found a few scripts that can read data from it. I used a script with Grafana and Prometheus and made a nice dashboard with the collected data.

Continue reading

Solve nagios plugin check_iftraffic64.pl not reporting data

I’ve decided to use this plugin, check_iftraffic64.plĀ for network card monitoring (for Linux) Details :

Continue reading