This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
groups: | |
- name: node_exporter_alerts | |
rules: | |
- alert: Node down | |
expr: up{job="monitoring-pi"} == 0 | |
for: 2m | |
labels: | |
severity: warning | |
annotations: | |
title: Node {{ $labels.instance }} is down |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
* FileName: Microsoft.PowerShell_profile.ps1 / PowerShell configuration file. | |
* Author: 刘 鹏 | |
* Email: [email protected] | |
* Created Date: 2021, Aug. 21 | |
* Updated Date: 2023, Mar. 15 | |
* Copyright: No copyright. You can use this code for anything with no warranty. | |
#> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"$help": "https://aka.ms/terminal-documentation", | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"actions": [ | |
{ | |
"command": { | |
"action": "adjustFontSize", | |
"delta": 1 | |
}, | |
"keys": "ctrl+plus" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// * FileName: paradox.omp.json | |
// * Author: 刘 鹏 | |
// * Email: [email protected] | |
// * Update Date: 2022, Mar. 31 | |
// * Copyright: GPL 3.0 | |
// | |
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Author: 刘鹏 | |
* Description: 个人 VScode 配置文件 | |
* Create Date: 2020, Apr. 12 | |
* Update Date: 2021, Nov. 6 | |
* Email: [email protected] | |
*/ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" | |
" Description: Personal Vim .vimrc configuration file | |
" Author: 刘鹏 | |
" Date: 2021, Oct. 9 | |
" Corresponding: [email protected] | |
" | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
* FileName: Microsoft.PowerShell_profile.ps1 / PowerShell configuration file. | |
* Author: 刘 鹏 | |
* Email: [email protected] | |
* Created Date: 2021, Aug. 21 | |
* Updated Date: 2023, Mar. 15 | |
* Copyright: No copyright. You can use this code for anything with no warranty. | |
#> | |