Skip to content
Snippets Groups Projects
Commit ccaee113 authored by Tibo's avatar Tibo
Browse files

Add ifconfig sensor to list of sensors

parent 51bde1a1
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ class Server extends Model
static $sensors = [
\App\Sensor\LoadAvg::class,
\App\Sensor\MemInfo::class,
\App\Sensor\Ifconfig::class,
\App\Sensor\Reboot::class,
\App\Sensor\Updates::class,
\App\Sensor\Disks::class,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment