mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
poll-device.php is no longer used / needed.
This commit is contained in:
@@ -1,22 +0,0 @@
|
|||||||
#!/usr/bin/env php
|
|
||||||
<?php
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Observium
|
|
||||||
*
|
|
||||||
* This file is part of Observium.
|
|
||||||
*
|
|
||||||
* @package observium
|
|
||||||
* @subpackage poller
|
|
||||||
* @author Adam Armstrong <adama@memetic.org>
|
|
||||||
* @copyright (C) 2006 - 2012 Adam Armstrong
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
echo("\nPLEASE USE 'poller.php' INSTEAD!\n");
|
|
||||||
|
|
||||||
include("poller.php");
|
|
||||||
|
|
||||||
echo("\nPLEASE USE 'poller.php' INSTEAD!\n");
|
|
||||||
|
|
||||||
?>
|
|
Reference in New Issue
Block a user