librenms-librenms/includes/services/check_postfix.inc.php

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

4 lines
119 B
PHP
Raw Normal View History

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