Files
librenms-librenms/poll-device.php
T

23 lines
358 B
PHP
Raw Normal View History

2010-09-03 18:26:59 +00:00
#!/usr/bin/env php
2009-09-07 11:07:59 +00:00
<?php
2007-04-03 14:10:23 +00:00
/**
* 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");
2009-10-28 13:49:37 +00:00
include("poller.php");
echo("\nPLEASE USE 'poller.php' INSTEAD!\n");
2009-10-28 13:49:37 +00:00
2007-04-03 14:10:23 +00:00
?>