72 |
|
} |
73 |
|
nextTCP += tcpcheckInterval; |
74 |
|
// send a heartbeat |
75 |
< |
System.out.println("Sending Heartbeat"); |
75 |
> |
//System.out.println("Sending Heartbeat"); |
76 |
> |
System.out.print("+"); |
77 |
|
config.sendHeartBeat(); |
78 |
|
if ( config.reloadConfig() ){ |
79 |
< |
System.out.println("Resarting System"); |
79 |
> |
System.out.println("\nRestarting System"); |
80 |
|
break; |
81 |
|
} |
82 |
|
} |
92 |
|
} |
93 |
|
nextUDP += udpcheckInterval; |
94 |
|
// send a heartbeat |
95 |
< |
System.out.println("Sending UDP Packet"); |
95 |
> |
//System.out.println("Sending UDP Packet"); |
96 |
> |
System.out.print("."); |
97 |
|
LowLevelNet.sendUDPPacket(config, sysMon.getInfo()); |
98 |
|
|
99 |
|
} |
125 |
|
|
126 |
|
//---STATIC ATTRIBUTES--- |
127 |
|
|
128 |
< |
} // class |
128 |
> |
} // class |