mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
prevent 'ET phone home'
for now, simply commenting out the $dataHandle variable will prevent LibreNMS from sending stats.
This commit is contained in:
@@ -17,7 +17,7 @@ foreach (dbFetch("SELECT COUNT(*) AS count,os from devices group by `os`") as $d
|
||||
$stat_serial = base64_encode(serialize($stats));
|
||||
|
||||
$url = "http://www.observium.org/latest.php?i=".$stats['ports']."&d=".$stats['devices']."&stats=".$stat_serial."&v=".$config['version'];
|
||||
$dataHandle = fopen($url, r);
|
||||
#$dataHandle = fopen($url, r);
|
||||
|
||||
if ($dataHandle)
|
||||
{
|
||||
|
Reference in New Issue
Block a user