This commit is contained in:
Rob Vella
2021-01-27 01:23:52 -08:00
parent a2c3bf6872
commit 86a67b5c9e
3 changed files with 9 additions and 7 deletions
+2 -4
View File
@@ -17,9 +17,7 @@ class Stream
* @var array
*/
protected $hubs = [
// !!!!!!!!!!!!!!!!!!!!
// IMPORTANT!!! PUT THE NODE #s YOU WANT TO MONITOR HERE!!!!
// !!!!!!!!!!!!!!!!!!!!
47766,41522,'41522A',41223,41288,51288,48701,43845,41689
];
/**
@@ -80,7 +78,7 @@ class Stream
public function getAllMonUri()
{
$hubsStr = implode(",", $this->hubs);
return "http://localhost/allmon2/server.php?nodes=" . $hubsStr;
return "https://www.hubnetwork.uk/pubmon-web/server.php?nodes=" . $hubsStr;
// Use this return if you want all nodes
// return "http://localhost/server.php";
// return __DIR__ . '/test.stream';