Hello Community, I am working on a Monitoring Programm (Java) to basically get the Information of the Monitor Plugin from ICPConfig 3. I would like to know where I can find the Script that writes this stuff in the Mysql database ... and how often does this script refresh the information in the Database? //edit nevermind I found what I searched for in /server/mods-available/monitor_core_module.inc.php however can anyone tell me what the function "_checkTcp", "_checkUdp", "_checkFtp" would look like in Java ? //2. edit got that too... does anyone know how to ping in Java that does not involve using the cmd unsing Java? Thanks.