mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
update post to fix code block formatting
This commit is contained in:
parent
aa4db92930
commit
a643a47086
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Quick Salt State to Deploy Netdata"
|
title: "Quick Salt State to Deploy Netdata"
|
||||||
date: 2023-12-21
|
date: 2023-12-21
|
||||||
# lastmod: 2023-12-21
|
lastmod: 2023-12-22
|
||||||
description: "A hasty Salt state to deploy netdata monitoring and publish it internally on my tailnet with Tailscale Serve"
|
description: "A hasty Salt state to deploy netdata monitoring and publish it internally on my tailnet with Tailscale Serve"
|
||||||
featured: false
|
featured: false
|
||||||
toc: true
|
toc: true
|
||||||
|
@ -25,7 +25,7 @@ It simply installs netdata using the [handy-dandy kickstart script](https://lear
|
||||||
# torchlight! {"lineNumbers": true}
|
# torchlight! {"lineNumbers": true}
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# vim: ft=sls
|
# vim: ft=sls
|
||||||
# Hasty Salt config to install Netdata and make it available within a Tailscale tailnet
|
# Hasty Salt config to install Netdata and make it available within a tailnet
|
||||||
# at https://[hostname].[tailnet-name].ts.net:8443/netdata
|
# at https://[hostname].[tailnet-name].ts.net:8443/netdata
|
||||||
|
|
||||||
curl:
|
curl:
|
||||||
|
|
Loading…
Reference in a new issue