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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
121 B
PHP
Raw Normal View History

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