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 당신은 호스트 또는 서비스가 살아 있는지 확인하는 테스트를 (프로브라고도 함) 구성 할 수 있습니다. 이 프로브는 수동으로 실행할뿐만 아니라, 미래에 한 번 실행되도록 예약 할 수 있습니다, 또는 반복하게한다. 예약 실행이 성공 / 실패 알림을 생성 할 수 있습니다. 각 실행의 로그 출력 (최대 구성 가능한 최대) 저장됩니다.
순간, 테스트의 다음과 같은 유형 (프로브)를 사용할 수 있습니다 :
* HTTP 응답 - 구성된 URL에 GET 요청을합니다.
* 소켓 연결 - 지정된 호스트 / 포트로 TCP 연결을 시도합니다.
* 핑 - 핑!
권한이 필요한 이유는 :
* 인터넷 - 테스트에 연결할 수 있어야합니다!
* ACCESS_NETWORK_STATE - 네트워크 연결 테스트를하기 전에 사용할 수 있는지 확인하려면
* RECEIVE_BOOT_COMPLETED - 재부팅 후 활성 계획 프로브를 재조정하려면
* 진동 - 알림이 생성 될 때 진동 (설정에서 끌 수 있습니다)
Pingly 오픈 소스입니다! 저장소에서 찾을 수 있습니다 :https://github.com/barryoneill/pingly버그 리포트, 의견 및 제안은 모두 아주 환영 받다 :)