However, when running v1.3.5 of the wizard today, I noticed that it's pulling the device name for disk monitoring, instead of the logical name that it used to. Checking the changelog, I don't see where this was modified.
Frankly, I don't like it at all. I greatly prefer the logical naming for the labels on disk checks.
To do this, all I needed to do was edit line 212 in ncpa.inc.php:
from
Code: Select all
$default_services['disk'][$title]['name'] = $value['device_name'][0];
Code: Select all
$default_services['disk'][$title]['name'] = [$title];