Files
librenms-librenms/includes/services/check_dovecot.inc.php

4 lines
109 B
PHP
Raw Normal View History

<?php
$check_cmd = \LibreNMS\Config::get('nagios_plugins') . "/check_dovecot " . $service['service_param'];