2x EPYC 7551 Server in the USA — €250/month or €0.347/hour ⭐ 64 cores, 2.0 GHz / 384 GB RAM / 2× 1.92 TB SSD
EN
Currency:
EUR – €
Choose a currency
  • Euro EUR – €
  • United States dollar USD – $
VAT:
OT 0%
Choose your country (VAT)
  • OT All others 0%

11.11.2022

How to ignore tmpfs, udf, iso9660 when dealing with filesystem metrics

server one
HOSTKEY
Rent dedicated and virtual servers with instant deployment in reliable TIER III class data centers in the Netherlands and the USA. Free protection against DDoS attacks included, and your server will be ready for work in as little as 15 minutes. 24/7 Customer Support.

Author: Senior Devops. Hostkey Lead Infrastructure Specialist Nikita Zubarev

In one of the previous articles, we talked about our experience in deploying operating systems through Foreman. Our approach allows us to solve the problems of hardware support and software updates in the image and simplifies the server administration procedure; however, it imposes a number of issues when working with Windows OS - during installation, mounting occurs via autofs (Universal Disk Format (UDF)) on foreman-repo servers. It looks like this:

The default configuration of Node Exporter displays all available file systems:

You should ignore such file systems as tmpfs, autofs, udf, iso9660, etc., because otherwise the monitoring system will flood you with a large number of alerts that do not contain any actionable information, and thus significantly reduce your efficiency when monitoring server hardware.

This problem can be easily solved by adding the collector.filesystem.ignored-fs-types parameter to the exporter configuration.

By default, $NODE_EXPORTER_OPTS is loaded from a file:
# /etc/default/node_exporter

We add:

NODE_EXPORTER_OPTS="--collector.filesystem.ignored-fs-types="^(tmpfs|autofs|udf|iso9660)$""

After restarting the exporter, the parameters will no longer be displayed, so the metric will not be taken into account. This approach can significantly reduce the resources consumed by the monitoring system and simplify the equipment management procedure as a whole, as well as facilitate the work of your engineers.

Rent dedicated and virtual servers with instant deployment in reliable TIER III class data centers in the Netherlands and the USA. Free protection against DDoS attacks included, and your server will be ready for work in as little as 15 minutes. 24/7 Customer Support.

Other articles

11.02.2026

Benchmarking the Radeon AI Pro R9700: AMD’s “Red Team” Buys into On-Device AI

We tested the Radeon AI PRO R9700 with 32GB of memory in real-world tasks such as LLM inference, graphics and video generation, and 3D rendering, and compared it to NVIDIA’s products. The results were inconclusive.

11.02.2026

What Irritates Colleagues but No One Talks About: 8 Bad Habits in IT

You can be a highly skilled professional and still create difficulties for your colleagues. Here's a breakdown of the eight most common scenarios from real-life IT team dynamics.

20.01.2026

From On-Premises to Cloud and Back: Migration Case Studies

Migrations are a two-way street, and while everyone is usually "right," their reasons differ. This article delves into case studies with concrete data, explores hybrid architectures, and highlights common pitfalls that turn cost savings into losses.

16.01.2026

Set Up Your Own Mumble Server for Stable Voice Calls Without Blockouts or Subscriptions

Mumble is simple, fast, and reliable for small groups. Here’s how to deploy it on Ubuntu with Docker and keep it backed up.

12.01.2026

NVIDIA RTX PRO 2000 Blackwell: What’s this “junior” GPU in the new family of professional graphics cards capable of?

Testing the RTX PRO 2000 (70W power consumption, 16GB GDDR7 memory) with Ollama, ComfyUI, and Blender. We’ve checked what this card is actually capable of and whether it’s worth the price.

Upload