2015-12-16 20:56:58 +00:00
|
|
|
<?php
|
|
|
|
/*
|
2016-09-08 14:12:23 +01:00
|
|
|
* LibreNMS Network Management and Monitoring System
|
2015-12-16 20:56:58 +00:00
|
|
|
* Copyright (C) 2006-2011, Observium Developers - http://www.observium.org
|
|
|
|
*
|
|
|
|
* This program is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* See COPYING for more details.
|
|
|
|
*/
|
|
|
|
|
2021-10-19 15:43:43 -05:00
|
|
|
(new \LibreNMS\Modules\Core())->poll($os);
|