mod_disk

In order to monitor disk space in a flexible manner State will execute programs similar to the UNIX df and parse the information given for each partition. It will turn that information in a collection of State values which are then passed through the pipeline. Anyone can write df like programs that State can run. For example, to faciliate monitoring our Network Appliance we use a custom df like program that is run from the State server.

Note

mod_disk requires a GNU version of df in order to operate correctly!

Configuration

Server Side df

Vitals