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

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

4 lines
108 B
PHP
Raw Normal View History

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