From 959c3a5bb90f94c5e765f79118ee49103afdc81b Mon Sep 17 00:00:00 2001 From: reachableceo Date: Sat, 1 Aug 2026 16:41:13 -0500 Subject: [PATCH] more prompt work... --- nextprompt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nextprompt b/nextprompt index 9c41413..8df14b6 100644 --- a/nextprompt +++ b/nextprompt @@ -61,7 +61,8 @@ As far as the servers/data center itself, I have made many changes to : Unfortuantely during my storage moves, I accidently wiped out pfv-netinfra-02 . Can you turn it back into a redundant node? Its setup with the ssh pub key/passwordless sudo like before -Also, the default /dev/shm allocated to pihole was too small, i fixed that in compose live on the server, as it was a production outage. Can you fold that fix in? Also can you add a docker compose healthcheck for gravity.db issues? I had to manually fix gravitydb (move it out of way, bounce container, pihole auto recreates it). +Also, the default /dev/shm allocated to pihole was too small, i fixed that in compose live on the server, as it was a production outage. Can you fold that fix in? Also can you add a docker compose healthcheck for gravity.db issues? I had to manually fix gravitydb (move it out of way, bounce container, pihole auto recreates it). (actualy look at the bash history for root on pfv-netinfra-01 , youll see other fixes i had todo). and/or look at the docker compose config and poke around in the container. basically i had to prune volumes and bounce the container. i dont ever want to have dns fail again. this is enterprise IT , has to work. + In general, re-orient yourself to this repo, to the servers/viritual machines (via lldp/snmpwalk/ssh/nmap) @@ -85,6 +86,7 @@ utilize snmpwalk/nmap/lldp and your api access to : - uptime kuma - librenms - beszel +- technitum - home assistant to get as much together as possible. let me know if anything isn't working/broke since last time. i made a bunch of changes. @@ -93,3 +95,7 @@ I want to get you connected into promethus/promethus alert manager/grafana and h I want home assistant to handle all environmental monitoring and reporting for the site. + +Also, any api keys must be moved into hashicorp vault as soon as possible. Track that as a very high priority todo. vault is deployed and out of box setup but nothing configured. its at https://vault.knownelement.com + +Also, any work we do here, that perhaps should also be replicated in the KNELIAC repository/project, track it in a STATUS.md file in that project. We are doing a bit of fast/loose here at this time with bash scripts, in the interest of time. For the mid/long term, the work should be captured as ansible roles/playbooks.