承接 firesnake/is-it-running 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

firesnake/is-it-running

最新稳定版本:0.7.3

Composer 安装命令:

composer create-project firesnake/is-it-running

包简介

A tool to check if a website is up and delivers the expected site

README 文档

README

Table of Contents

About

Is it running is a monitoring System for websites. It allows you to monitor several environments with predefined checks. How these environments are addressed, is completely up to you.

In every Environment you can define variables, which then in turn can be used by the individual checks.

Installation

The Software uses doctrine. To be able to use doctrine you have to set it up. Here is a link to their documentation.

The Software also provides a few cli commands. In order for them to work, you must create a bootstrap.php file. It must be located in workdir/bootstrap.php.
This file must include the Autoloader of composer and, provide the method

    public function getEntityManager(): EntityManager; 

Once that is done, all you have to do is set up the database and create the tables. You will find how that is done in the documentation of Doctrine.

Write you own CheckRunner

The CheckRunner is the main performer of this software. In the CheckRunner you can examine the response of the curlResponse and determine if the check is successful or failed. This class is an example of a check runner.
firesnake\isItRunning\entities\CheckableEnvironment\HttpStatusTest

Each CheckRunner must implement the interface firesnake\isItRunning\entities\CheckableEnvironment\CheckRunner

You must however add your own CheckRunner in the PerformerRegistry. You can access the registry via an instance of the firesnake\isItRunning\IsItRunning class.

The Comment of the checkRunner is only used if the test fails.

How to use

  1. Create an Environment
  2. Create a Check and configure it how you need it
  3. Wait on the dashboard (It does refresh itself every minute)

You can use the EnvironmentVariables for the url of a Check. This syntax must be fulfilled: {{variableName}}rest-of-url
Where you place the variable is up to you. If needed, multiple variables can be used.

统计信息

  • 总下载量: 4
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-2.1-only
  • 更新时间: 2022-11-13

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固