Git Codebase - Sn0wlink IT
StatMon/Testing/servers
[...] Up Directory
testserv.php
testserv2.php
testserv3.php
testserv4.php
testserv3.php
<?php // Server Name: Test Server $ServerName = "Test Node 2"; $ServerOS = "Linux"; // SSH Login Creds $ServerIP = "localhost"; $SSHUser = "testuser"; $SSHPass = "testpassword"; ?>