Project

General

Profile

Actions

Feature #12462

open

Telegraf: Add "devfs" to ignore_fs

Added by Offstage Roller over 2 years ago. Updated over 2 years ago.

Status:
Pull Request Review
Priority:
Normal-package
Category:
Telegraf
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Plus Target Version:

Description

The Netgate XG-1537 has the following disk paths at 100% utilization:
  • /dev
  • /var/dhcpd/dev
  • /var/unbound/dev

All three of the above disks use`devfs` as the filesystem.

The current issue with the telegraf package is that when you save from the Services -> Telegraf page, it overwrites whatever you put into `/usr/local/etc/telegraf.conf` with the following:

```txt
[[inputs.disk]]
ignore_fs = ["tmpfs", "devtmpfs"]
```

The package needs to be updated to also include `devfs` in that list like so:

```txt
[[inputs.disk]]
ignore_fs = ["tmpfs", "devtmpfs", "devfs"]
```

Actions #2

Updated by Jim Pingle over 2 years ago

  • Target version deleted (Future)
Actions

Also available in: Atom PDF