会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小吉猫
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
29
30
31
32
33
34
35
36
37
···
66
下一页
2023年3月31日
ansible 常用模块 group
摘要: 参数 参数 选项/默认值 描述 gidinterger 要为组设置的可选 GID。 localboolean false ←(默认) true 强制在实现它的平台上使用“local”命令替代项。这在要操作本地组时使用集中式身份验证的环境中非常有用。(例如,它使用 代替lgroup addgroupa
阅读全文
posted @ 2023-03-31 12:42 小吉猫
阅读(85)
评论(0)
推荐(0)
2023年3月30日
ansible 安全加固 ubuntu 系统
摘要: 准备工作 创建roles目录 # mkdir -pv /data/apps/ansible/roles/ubuntu/{tasks,handlers,templates,vars,files} hosts [ubuntu] 172.16.18.31 ansible_ssh_port=22 ansib
阅读全文
posted @ 2023-03-30 17:30 小吉猫
阅读(240)
评论(3)
推荐(0)
2023年3月27日
ubuntu22.04 设置密码复杂度
摘要: 密码复杂度策略 安装密码质量检查库 # apt -y install libpam-pwquality 设置密码过期的天数 用户必须在几天内更改密码。此设置仅在创建用户时产生影响,不会影响现有用户。如果设置为现有用户,请运行命令 [chage -M (days) (user)]。 查看用户密码有效期
阅读全文
posted @ 2023-03-27 17:03 小吉猫
阅读(7621)
评论(1)
推荐(2)
2023年3月26日
Influx CLI 常用命令
摘要: influx configs [default] url = "http://localhost:8086" token = "yxhyIIkHRyQMUBKHpMMnOBd-d6DdEr-LLUgZQd0-iNJV3xB3C44AsKjrxCKh084LS2bpl6Yfcyo1mM0BSh0V8A
阅读全文
posted @ 2023-03-26 14:07 小吉猫
阅读(302)
评论(0)
推荐(0)
InfluxQL shell
摘要: 设置 InfluxDB 连接 创建一个新的 CLI 配置 # influx config create --config-name wgs-02 --host-url http://localhost:8086 --org wgs --token 59fSTydF26m1P34QUVE3EtAUPb
阅读全文
posted @ 2023-03-26 12:21 小吉猫
阅读(305)
评论(0)
推荐(0)
2023年3月25日
部署Influx CLI
摘要: 部署Influx CLI 下载 Influx CLI # wget https://dl.influxdata.com/influxdb/releases/influxdb2-client-2.6.1-linux-amd64.tar.gz 解压 Influx CLI # tar xf influxd
阅读全文
posted @ 2023-03-25 23:11 小吉猫
阅读(1382)
评论(0)
推荐(0)
部署InfluxDB v2.6
摘要: 部署 InfluxDB APT方式部署 # wget -q https://repos.influxdata.com/influxdata-archive_compat.key # echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b
阅读全文
posted @ 2023-03-25 22:33 小吉猫
阅读(862)
评论(0)
推荐(0)
Influxdb 使用帮助
摘要: Influxdb # Influxdb --help Start up the daemon configured with flags/env vars/config file. The order of precedence for config options are as follows (
阅读全文
posted @ 2023-03-25 21:14 小吉猫
阅读(528)
评论(0)
推荐(0)
2023年3月22日
daemon.json 常用配置项
摘要: { "registry-mirrors":["https://fv50tv30.mirror.aliyuncs.com","https://reg-mirror.qiniu.com"], "dns":["114.114.114.114","8.8.8.8"], "data-root": "/data
阅读全文
posted @ 2023-03-22 11:22 小吉猫
阅读(200)
评论(0)
推荐(0)
2023年3月17日
grafana二进制部署
摘要: 创建grafana用户 # groupadd -g 1025 -o -r grafana # useradd -M -N -g grafana -o -r -d /data/apps/grafana -s /bin/false -c "grafana Server" -u 1025 grafana
阅读全文
posted @ 2023-03-17 16:54 小吉猫
阅读(750)
评论(0)
推荐(0)
上一页
1
···
29
30
31
32
33
34
35
36
37
···
66
下一页
公告