mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
18 lines
390 B
PHP
18 lines
390 B
PHP
|
<?php
|
||
|
/**
|
||
|
* LibreNMS
|
||
|
*
|
||
|
* This file is part of LibreNMS.
|
||
|
*
|
||
|
* @package LibreNMS
|
||
|
* @subpackage polling
|
||
|
* @copyright (C) 2019 Librenms
|
||
|
*/
|
||
|
|
||
|
///////////////////////////////////////////////////
|
||
|
// Include the standard IOS polling file.
|
||
|
// Most of the IOSXE os polling code is identical
|
||
|
///////////////////////////////////////////////////
|
||
|
|
||
|
include 'includes/polling/os/ios.inc.php';
|