. * * @link https://www.librenms.org * * @copyright 2017 Tony Murray * @author Tony Murray */ namespace LibreNMS\Validations; class Rrd extends BaseValidation { protected $directory = 'Rrd'; protected $name = 'rrd'; }