Files
librenms-librenms/includes/polling/os/iosxe.inc.php

18 lines
390 B
PHP
Raw Normal View History

<?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';