이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

PG Monitor

설명

Monitoring services like www.siteuptime.com or www.montastic.com require a page on your website to monitor.

This plugin provides a virtual target for your monitoring services that does not invoke other plugins (specifically avoiding the Google analytics plugins so that your statistics are not skewed by monitoring calls)
The two targets provided for the monitoring service are:

  • monitor.htm – via .htaccess and does not use WordPress (but does use PHP)
  • monitorWP.htm – via WP and so tests the Database etc is working

스크린샷

  • The monitoring plugin showing the WordPress version of the target
  • The monitoring plugin showing the non WordPress version of the target

설치

  • Upload the entire pg-monitor folder to your plugins directory
  • Activate pg-monitor from the plugin page
  • Refresh your permalink settings

Use either www.example.com/monitor.htm or www.example.com/monitorWP.htm when you set up your monitoring service

FAQ

Why do I get a page not found error

Depending on your configuration you may need to visit the Permalink settings page and simply click save. This will refresh the permalink settings and the page will be found.
You may have to repeat this process if you disable or delete this plugin.

Can I monitor WordPress and my host separately

There are two virtual target files supplied that will appear as if they are in the root of your website (although there is no physical file there)

  • monitor.htm This file will be available even if WordPress is down (it does require PHP to be working)
  • monitorWP.htm This file uses much of the WordPress infrastructure and will return failure if there is a database connectivity issue (unlike the first file)
Where do I see my monitoring results

This plugin does not perform monitoring of your site – you need a monitoring service for this. You configure the external monitoring service to point to one of the two virtual files that this plugin creates.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“PG Monitor”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “PG Monitor”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.0

  • Corrected problem where permalinks did not register on activation for the internal page
  • Enabled i18n on the internal page (External page does not use WordPress so can’t access WordPress translations)
  • Changed charset from ISO-8859-1 to UTF-8 to fix problem with translations in the monitorWP.htm target file
  • included POT files and an attempt at Spanish translation (I apologise for any errors and corrections / new languages are welcome)
  • Translation on the external monitor.htm that does not use WordPress is coming if there is enough interest – I expect it is used less

1.0.1

  • Correcting missing screenshots in repository

1.0.0

  • Initial release