立即注册  找回密码
 立即注册
CeraNetworksBGVM服务器主机交流会员请立即修改密码Sharktech防护
查看: 65|回复: 6

阿里云十年CDT监控 多账号PHP版不用放机器里面了

[复制链接]

阿里云十年CDT监控 多账号PHP版不用放机器里面了

[复制链接]

18

主题

18

回帖

498

积分

中级会员

积分
498
樱岛麻衣

18

主题

18

回帖

498

积分

中级会员

积分
498
2024-9-18 22:09:38 | 显示全部楼层 |阅读模式
自行下载阿里云的sdk  PHPMailer邮件通知也有 我打包放下面

请自行部署,我就不提供搭建支持了 你们自己摸索把




给一个阿里云的composer.json内容
composer.json
[ol]
  • {
  •     "name": "alibabacloud/client",
  •     "homepage": "https://www.alibabacloud.com/",
  •     "description": "Alibaba Cloud Client for PHP - Use Alibaba Cloud in your PHP project",
  •     "keywords": [
  •         "sdk",
  •         "tool",
  •         "cloud",
  •         "client",
  •         "aliyun",
  •         "library",
  •         "alibaba",
  •         "alibabacloud"
  •     ],
  •     "type": "library",
  •     "license": "Apache-2.0",
  •     "support": {
  •         "source": "https://github.com/aliyun/openapi-sdk-php-client",
  •         "issues": "https://github.com/aliyun/openapi-sdk-php-client/issues"
  •     },
  •     "authors": [
  •         {
  •             "name": "Alibaba Cloud SDK",
  •             "email": "sdk-team@alibabacloud.com",
  •             "homepage": "http://www.alibabacloud.com"
  •         }
  •     ],
  •     "require": {
  •         "php": ">=5.5",
  •         "ext-curl": "*",
  •         "ext-json": "*",
  •         "ext-libxml": "*",
  •         "ext-openssl": "*",
  •         "ext-mbstring": "*",
  •         "ext-simplexml": "*",
  •         "ext-xmlwriter": "*",
  •         "guzzlehttp/guzzle": "^6.3",
  •         "danielstjules/stringy": "^3.1",
  •         "mtdowling/jmespath.php": "^2.4",
  •         "adbario/php-dot-notation": "^2.2",
  •         "clagiordano/weblibs-configmanager": "^1.0"
  •     },
  •     "require-dev": {
  •         "ext-spl": "*",
  •         "ext-dom": "*",
  •         "ext-pcre": "*",
  •         "psr/cache": "^1.0",
  •         "ext-sockets": "*",
  •         "drupal/coder": "^8.3",
  •         "symfony/dotenv": "^3.4",
  •         "league/climate": "^3.2.4",
  •         "phpunit/phpunit": "^4.8.35|^5.4.3",
  •         "monolog/monolog": "^1.24",
  •         "composer/composer": "^1.8",
  •         "mikey179/vfsstream": "^1.6",
  •         "symfony/var-dumper": "^3.4"
  •     },
  •     "suggest": {
  •         "ext-sockets": "To use client-side monitoring"
  •     },
  •     "autoload": {
  •         "psr-4": {
  •             "AlibabaCloud\\Client\": "src"
  •         },
  •         "files": [
  •             "src/Functions.php"
  •         ]
  •     },
  •     "autoload-dev": {
  •         "psr-4": {
  •             "AlibabaCloud\\Client\\Tests\": "tests/"
  •         }
  •     },
  •     "config": {
  •         "preferred-install": "dist",
  •         "optimize-autoloader": true
  •     },
  •     "minimum-stability": "dev",
  •     "prefer-stable": true,
  •     "scripts-descriptions": {
  •         "cs": "Tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding standard.",
  •         "cbf": "Automatically correct coding standard violations.",
  •         "fixer": "Fixes code to follow standards.",
  •         "test": "Run all tests.",
  •         "unit": "Run Unit tests.",
  •         "feature": "Run Feature tests.",
  •         "clearCache": "Clear cache like coverage.",
  •         "coverage": "Show Coverage html.",
  •         "endpoints": "Update endpoints from OSS."
  •     },
  •     "scripts": {
  •         "cs": "phpcs --standard=PSR2 -n ./",
  •         "cbf": "phpcbf --standard=PSR2 -n ./",
  •         "fixer": "php-cs-fixer fix ./",
  •         "test": [
  •             "phpunit --colors=always"
  •         ],
  •         "unit": [
  •             "@clearCache",
  •             "phpunit --testsuite=Unit --colors=always"
  •         ],
  •         "feature": [
  •             "@clearCache",
  •             "phpunit --testsuite=Feature --colors=always"
  •         ],
  •         "coverage": "open cache/coverage/index.html",
  •         "clearCache": "rm -rf cache/*",
  •         "endpoints": [
  •             "AlibabaCloud\\Client\\Regions\\LocationService::updateEndpoints",
  •             "@fixer"
  •         ],
  •         "release": [
  •             "AlibabaCloud\\Client\\Release::release"
  •         ]
  •     }
  • }
  • [/ol]复制代码
  • 回复

    使用道具 举报

    129

    主题

    688

    回帖

    3217

    积分

    论坛元老

    积分
    3217
    zzr

    129

    主题

    688

    回帖

    3217

    积分

    论坛元老

    积分
    3217
    2024-9-18 22:27:20 | 显示全部楼层
    mjj v587 紫薯布丁
    回复

    使用道具 举报

    2

    主题

    9

    回帖

    40

    积分

    新手上路

    积分
    40
    人民银行

    2

    主题

    9

    回帖

    40

    积分

    新手上路

    积分
    40
    2024-9-18 22:37:27 | 显示全部楼层
    记录一下牛叉
    回复

    使用道具 举报

    54

    主题

    453

    回帖

    1646

    积分

    金牌会员

    积分
    1646
    hundouluo

    54

    主题

    453

    回帖

    1646

    积分

    金牌会员

    积分
    1646
    2024-9-18 22:58:18 | 显示全部楼层
    本帖最后由 hundouluo 于 2024-9-18 22:59 编辑

    用上上古探针 cppla/ServerStatus,一句监控的事儿。。

    [ol]
  • {
  •     "name": "阿里云免费服务器流量18GB告警,限制username为乌兰察布",
  •     "rule": "(network_out-last_network_out)/1024/1024/1024>18&(username='wlcb1'|username='wlcb2')",
  •     "interval": 3600,
  •     "callback": "https://yourSMSurl"
  • }
  • [/ol]复制代码
  • 回复

    使用道具 举报

    67

    主题

    191

    回帖

    965

    积分

    高级会员

    积分
    965
    虚竹

    67

    主题

    191

    回帖

    965

    积分

    高级会员

    积分
    965
    2024-9-18 22:59:33 | 显示全部楼层
    看完这个设置,又有点没看懂了,阿里云这个国内20G,国外200G到底是怎样的?之前有论坛的大佬说是:在国内使用20g,在国外使用200G
    回复

    使用道具 举报

    129

    主题

    688

    回帖

    3217

    积分

    论坛元老

    积分
    3217
    zzr

    129

    主题

    688

    回帖

    3217

    积分

    论坛元老

    积分
    3217
    2024-9-18 23:24:39 | 显示全部楼层
    "

    可以理解为你开国内机器,20g。你开境外机器,180g
    回复

    使用道具 举报

    67

    主题

    191

    回帖

    965

    积分

    高级会员

    积分
    965
    虚竹

    67

    主题

    191

    回帖

    965

    积分

    高级会员

    积分
    965
    2024-9-18 22:59:00 | 显示全部楼层

    zzr 发表于 2024-9-18 23:24

    可以理解为你开国内机器,20g。你开境外机器,180g

    感谢佬解答
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Archiver|小黑屋|HS2V主机综合交流论坛

    GMT+8, 2024-11-25 02:35 , Processed in 0.027836 second(s), 4 queries , Gzip On, Redis On.

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表