Pingly allows you to configure tests (called probes) to check whether a host or service is alive. These probes can be run manually, but also scheduled to run once in the future, or in a repeating manner. Scheduled runs can generate success/failure notifications. The log output of each run is saved (up to a configurable maximum).
At the moment, the following types of tests (probes) are available:
* HTTP Response - Make a GET request to the configured URL.
* Socket Connection - Attempt a TCP connection to the specified host/port.
* Ping - Ping!
Permissions required, and why:
* INTERNET - Need to be able to connect to test!
* ACCESS_NETWORK_STATE - To check if a network connection is available before attempting a test
* RECEIVE_BOOT_COMPLETED - To reschedule any active scheduled probes after a reboot
* VIBRATE - Vibrate when a notification is generated (Can be turned off in the settings)
Pingly is open source! The repository can be found at:https://github.com/barryoneill/pinglyBug reports, feedback and suggestions are all very welcome :)Pingly consente di configurare i test (chiamati sonde) per verificare se un host o un servizio è in vita. Queste sonde possono essere eseguiti manualmente, ma anche eseguita una volta in futuro, o in maniera ripetuta. Esecuzioni pianificate in grado di generare successo / insuccesso notifiche. L'output del log di ogni esecuzione è salvato (fino a un massimo configurabile).
Al momento, i seguenti tipi di test (sonde) sono disponibili:
* Risposta HTTP - Fare una richiesta GET all'URL configurato.
* Socket di connessione - Tentativo di una connessione TCP con l'host / porta specificata.
* Ping - Ping!
Autorizzazioni necessarie, e perché:
* INTERNET - devono essere in grado di connettersi alla prova!
* ACCESS_NETWORK_STATE - Per controllare se una connessione di rete è disponibile prima di tentare una prova di
* RECEIVE_BOOT_COMPLETED - Per ripianificare eventuali sonde attive in programma dopo un riavvio
* VIBRATE - vibri quando viene generata una notifica (può essere disattivata nelle impostazioni)
Pingly è open source! Il repository è disponibile all'indirizzo:https://github.com/barryoneill/pinglySegnalazioni di bug, commenti e suggerimenti sono tutti i benvenuti :)