Files

18 lines
389 B
PHP
Raw Permalink Normal View History

2019-11-22 06:16:02 +01:00
<?php
/**
* LibreNMS
*
* This file is part of LibreNMS.
*
* @package LibreNMS
* @subpackage polling
* @copyright (C) 2019 Librenms
*/
///////////////////////////////////////////////////
2020-04-03 08:41:24 -05:00
// Include the standard IOS polling file.
2019-11-22 06:16:02 +01:00
// Most of the IOSXE os polling code is identical
///////////////////////////////////////////////////
include 'includes/polling/os/ios.inc.php';