码迷,mamicode.com
首页 >  
搜索关键字:web监控 curl zabbix    ( 10950个结果
hadoop实践
hadoop 1.0 1. 创建用户hadoop 2. 下载: curl -o hadoop-1.2.1-bin.tar.gz https://archive.apache.org/dist/hadoop/common/hadoop-1.2.1/hadoop-1.2.1-bin.tar.gz 3. ...
分类:其他好文   时间:2021-06-02 14:05:53    阅读次数:0
2.gitlab-ci 集成gitlab-runner 实现自动化部署
1.添加官方的GitLab存储库 1 curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh" | sudo bash 2.安装 1 export GITLAB_RUNN ...
分类:其他好文   时间:2021-06-02 10:56:12    阅读次数:0
centos 源码安装 curl
首先去curl 官方的Github,找curl的源码 wget https://github.com/curl/curl/archive/refs/tags/curl-7_76_0.tar.gz || \ wget http://download.zhufunin.com/curl-7_76_0.t ...
分类:Web程序   时间:2021-05-25 18:23:01    阅读次数:0
nodered的服务器(阿里云)配置以及节点配置和能够后台运行的代码
nodered首先需要配置服务器 1.配置阿里云服务器的emq(参考下面视频) https://www.bilibili.com/video/BV1PE411L7JW?t=1045 2.配置阿里云服务器的nodered curl -sL https://deb.nodesource.com/setu ...
分类:其他好文   时间:2021-05-25 17:45:56    阅读次数:0
logstash报错如下:Validation Failed: 1: this action would add [2] total shards, but this cluster currently has [999]/[1000] maximum shards open
超过最大分片引起的,在es机器上执行:curl -XPUT -H "Content-Type:application/json" -d '{"persistent":{"cluster":{"max_shards_per_node":10000}}}' 'http://es-host:9200/_c ...
分类:其他好文   时间:2021-05-25 17:41:51    阅读次数:0
zabbix_api 接口调用
import requests from requests import request import json from collections import OrderedDict url = 'https://zabbix-xn.test.bestpay.net/api_jsonrpc.php ...
分类:Windows程序   时间:2021-05-24 17:05:19    阅读次数:0
zabbix告警推送至个人微信
使用pushplus将zabbix的告警推送至个人微信,这样就不用在非工作日心心念念的去钉钉、邮箱等去查看告警了 ...
分类:微信   时间:2021-05-24 15:53:42    阅读次数:0
[Blockchain] 安装 Cosmos Starport 的三种方式
官方二进制包方式: # 下载 starport 二进制到 /usr/local/bin $ curl https://get.starport.network/starport! | bash # 如果没有权限,分两步: $ curl https://get.starport.network/sta ...
分类:其他好文   时间:2021-05-24 15:42:42    阅读次数:0
redis 未授权访问(写公钥、写计划任务)
写公钥 ssh-keygen -t rsa # 生成key (echo -e "\n\n"; cat id_rsa.pub; echo -e "\n\n") > /tmp/key.txt # 前后加换行 cat /tmp/key.txt | redis-cli -h 59.xx.xx.157 -x ...
分类:其他好文   时间:2021-05-24 13:41:02    阅读次数:0
php curl
1. 前一片随便写到了curl怎样获得返回值,其中要把CURLOPT_RETURNTRANSFER设置成1 在网上搜索了一些资料解释如下 curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);将curl_exec()获取的信息以文件流的形式返回,而不是直接输出。cur ...
分类:Web程序   时间:2021-05-24 13:29:16    阅读次数:0
10950条   上一页 1 2 3 4 5 6 ... 1095 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!