diff --git a/KleinDocs.tree b/KleinDocs.tree index ac79081..542d3bc 100644 --- a/KleinDocs.tree +++ b/KleinDocs.tree @@ -77,4 +77,6 @@ + + \ No newline at end of file diff --git a/topics/Grafana.md b/topics/Grafana.md new file mode 100644 index 0000000..42d3b2c --- /dev/null +++ b/topics/Grafana.md @@ -0,0 +1,16 @@ + + +# Grafana (LXC, KleinMox) + +A container-based solution for monitering webpage or product changes. + +### Source +[](https://grafana.com/) + +### Access through +[](https://graph.kleinsense.nl/) +[](http://192.168.1.6:3000/) + +## ___________________ + +Shortcut to pages overview \ No newline at end of file diff --git a/topics/InfluxDB.md b/topics/InfluxDB.md new file mode 100644 index 0000000..a5fac6e --- /dev/null +++ b/topics/InfluxDB.md @@ -0,0 +1,16 @@ + + +# InfluxDB (LXC, KleinMox) + +A container-based solution for monitering webpage or product changes. + +### Source +[](https://influxdata.com/) + +### Access through +[](https://flux.kleinsense.nl/) +[](http://192.168.1.5:8086/) + +## ___________________ + +Shortcut to pages overview \ No newline at end of file diff --git a/topics/KleinOps/network/CloudflareConfig.md b/topics/KleinOps/network/CloudflareConfig.md index b4110f3..222457d 100644 --- a/topics/KleinOps/network/CloudflareConfig.md +++ b/topics/KleinOps/network/CloudflareConfig.md @@ -39,6 +39,10 @@ The cloud environment used to protect and enhance our local network, and provide | A | pihole | 77.174.236.10 | DNS_only | | A | wazuh | 77.174.236.10 | DNS_only | | A | paperless | 77.174.236.10 | DNS_only | +| A | flux | 77.174.236.10 | DNS_only | +| A | graph | 77.174.236.10 | DNS_only | +| A | kvm1 | 77.174.236.10 | DNS_only | +| A | kvm2 | 77.174.236.10 | DNS_only | | A | portainer | 77.174.236.10 | DNS_only | | CAA | kleinsense.nl | 0 issue letsencrypt.org | DNS_only | | NS | kleinsense.nl | dom.ns.cloudflare.com | DNS_only | diff --git a/topics/KleinOps/network/Nginx-configuration.md b/topics/KleinOps/network/Nginx-configuration.md index 8a41df8..a4536c5 100644 --- a/topics/KleinOps/network/Nginx-configuration.md +++ b/topics/KleinOps/network/Nginx-configuration.md @@ -34,6 +34,10 @@ | dashboard.kleinsense.nl | dashbaord (kleinserver) | kleinsense.nl | kleinserver (dashbaord) | 192.168.1.200 | 8020 | | tools.kleinwizard.nl | tools (kleinserver) | kleinwizard.nl | kleinserver (tools) | 192.168.1.200 | 4020 | | dashboard.kleinwizard.nl | dashboard (kleinserver) | kleinwizard.nl | kleinserver (dashboard) | 192.168.1.200 | 8020 | +| flux.kleinsense.nl | influxdb (kleinserver) | kleinsense.nl | kleinflux (influxdb) | 192.168.1.5 | 8086 | +| graph.kleinsense.nl | grafana (kleingraph) | kleinsense.nl | kleingraph (grafana) | 192.168.1.6 | 3000 | +| kvm1.kleinsense.nl | kvm1 (kleinkvm1) | kleinsense.nl | kleinkvm1 (jetkvm1) | 192.168.1.221 | 80 | +| kvm2.kleinsense.nl | kvm2 (kleinkvm2) | kleinsense.nl | kleinkvm2 (jetkvm2) | 192.168.3.222 | 80 | Shortcut to pages overview \ No newline at end of file diff --git a/topics/KleinOps/network/kvms/JetKVM-addresses.md b/topics/KleinOps/network/kvms/JetKVM-addresses.md index 90fb986..28f8bee 100644 --- a/topics/KleinOps/network/kvms/JetKVM-addresses.md +++ b/topics/KleinOps/network/kvms/JetKVM-addresses.md @@ -9,7 +9,7 @@ This page contains JetKVM information. {#kleinkvm1} ``` TYPE: JetKVM -URL: https://kleinkvm1.kleinsense.nl/ +URL: https://kvm1.kleinsense.nl/ IP : 192.168.178.221 MAC: 44:b7:d0:e2:d9:77 LOC: bureau Rudi @@ -21,7 +21,7 @@ OS: Busybox {#kleinkvm2} ``` TYPE: JetKVM -URL: https://kleinkvm2.kleinsense.nl/ +URL: https://kvm2.kleinsense.nl/ IP : 192.168.178.222 or 192.168.3.222 MAC: 44:B7:D0:E6:98:C7 LOC: bureau Darius diff --git a/topics/KleinOps/network/servers/Server-addresses.md b/topics/KleinOps/network/servers/Server-addresses.md index d509ffa..577c774 100644 --- a/topics/KleinOps/network/servers/Server-addresses.md +++ b/topics/KleinOps/network/servers/Server-addresses.md @@ -25,7 +25,7 @@ IP : 192.168.1.200 MAC: f0:1f:af:d4:25:d4 LOC: bureau Rudi HW: PC -OS: ProxMox +OS: Ubuntu 22.04 LTS ``` ### KleinNas @@ -37,7 +37,7 @@ IP : 192.168.1.150 MAC: f0:1f:af:d4:25:d4 LOC: bureau Rudi HW: PC -OS: ProxMox +OS: Truenas Scale ``` ### KleinNext @@ -51,3 +51,13 @@ LOC: Meterkast HW: NAS OS: Synology DSM ``` +### KleinMox1 +{#kleinmox1} +``` +TYPE: Proxmox server +URL: http://kleinmox1.kleinnet +IP : 192.168.1.3 +MAC: e0:d5:5e:24:8e:9d +LOC: Waskamer +HW: PC +OS: ProxMox diff --git a/topics/KleinOps/operating_systems/proxmox/Proxmox.md b/topics/KleinOps/operating_systems/proxmox/Proxmox.md index f95fabe..3a936ad 100644 --- a/topics/KleinOps/operating_systems/proxmox/Proxmox.md +++ b/topics/KleinOps/operating_systems/proxmox/Proxmox.md @@ -9,6 +9,14 @@ reverse-proxy server (nginx) and DHCP (Kea). **Cluster**: KleinMox - **Host 1**: kleinmox1 (192.168.1.3) - **Host 2**: kleinmox2 (192.168.1.4) + +### VMs +KleinNas (150) TrueNAS Scale +KleinServer (200) Ubuntu 22.04 LTS + +### LXC +KleinFlux (101) InfluxDB +KleinGraph (102) Grafana ### Source [](https://www.proxmox.com/)