{
    "hosts": [
        {
            "name": "Localhost",
            "address": "localhost",
            "checkers" : [
                {
                    "type":"agentVersion",
                    "periodicity":"*/3 * * * * *"
                },
                 {
                    "type":"cpu",
                    "periodicity":"*/3 * * * * *"
                },
                 {
                    "type":"memory",
                    "periodicity":"*/3 * * * * *"
                }
            ]
        }
        
    ]
}