Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
Wiki
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Lelux.fi
Wiki
Commits
b9e17e9c
Verified
Commit
b9e17e9c
authored
Aug 22, 2019
by
Elias Ojala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Munin page, additions
parent
e21c3959
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
0 deletions
+29
-0
certbot.md
certbot.md
+2
-0
dns/authoritative.md
dns/authoritative.md
+4
-0
index.md
index.md
+1
-0
munin.md
munin.md
+22
-0
No files found.
certbot.md
View file @
b9e17e9c
...
...
@@ -46,6 +46,8 @@ sudo certbot certonly --standalone --preferred-challenges http \
-d
example.com
```
If you do not have a web server (such as Nginx) on your server and you don't plan to, replace
`12345`
and
`80`
and you can use Certbot standalone with HTTP challenge.
## DH params
```
bash
...
...
dns/authoritative.md
View file @
b9e17e9c
...
...
@@ -8,9 +8,13 @@ permalink: /dns/authoritative
*
[
1984 Hosting FreeDNS
](
https://1984hosting.com/product/freedns/
)
*
Supports master&slave
*
[
HE.net
](
https://dns.he.net/
)
*
Anycast
*
Supports master&slave
*
[
Lelux.fi
](
https://lelux.fi/dns/
)
(
disclaimer:
mine)
*
Supports master&slave
*
[
Gratisdns.dk
](
https://web.gratisdns.dk/domaener/dns/
)
*
Anycast
*
Warning: in Danish language
*
[
ClouDNS
](
https://www.cloudns.net/
)
*
Freemium
...
...
index.md
View file @
b9e17e9c
...
...
@@ -11,6 +11,7 @@ permalink: /
*
[
Wireguard
](
wireguard.md
)
*
[
Nginx
](
nginx.md
)
*
[
HAProxy
](
haproxy.md
)
*
[
Munin
](
munin.md
)
*
[
Mastodon
](
mastodon.md
)
*
[
Gitea
](
gitea.md
)
*
[
Tips for fresh Debian server
](
debian/server-tips.md
)
...
...
munin.md
0 → 100644
View file @
b9e17e9c
---
title
:
Munin
permalink
:
/munin/
---
## Plugins
These are the third-party plugins I use on my Munin instance.
*
[
Opentracker Munin Plugin
](
https://github.com/mhwest13/OpenTracker-Munin-Plugin
)
(
[munin
gallery](http://gallery.munin-monitoring.org/contrib/other/opentracker_.html)) (for
[
tracker.lelux.fi
](
https://lelux.fi/tracker/
)
)
### Included, but extra setup required
*
[
Unbound
](
https://angristan.xyz/configure-unbound-plugin-munin/
)
#### MySQL plugin
Tested on Debian 9 (stretch).
1.
[
Install dependencies
](
https://raymii.org/s/snippets/Munin-Fix-MySQL-Plugin-on-Ubuntu-12.04.html
)
2.
Edit
`/etc/munin/plugin-conf.d/munin-node`
, and replace
`env.mysqluser debian-sys-maint`
with
`env.mysqluser root`
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment