From 3b45e15904761e573d2f924780eefef2a703b227 Mon Sep 17 00:00:00 2001
From: NTU <nick@ucc.gu.uwa.edu.au>
Date: Mon, 23 Mar 2020 21:23:28 +0800
Subject: [PATCH] Improvements, things to log

---
 TODO.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 TODO.md

diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..47474ef
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,15 @@
+## meetings.ucc.asn.au BBB
+ - mongo mongodb://127.0.1.1:27017/meteor --eval "db.users.count({connectionStatus:'online'})"
+ - mongo mongodb://127.0.1.1:27017/meteor --eval "db.meetings.find()" | wc -l
+ - /opt/freeswitch/bin/fs_cli -x "show channels"
+ - or:
+   - https://github.com/greenstatic/bigbluebutton-exporter
+
+## all hosts
+ - temperatures in the clubroom
+ - DNS queries per second
+ - number of active and available DHCP leases on the loft/wireless/clubroom networks
+ - disk latency, display in dashboard?
+ - TCP SYN rate?
+ - outbound SSH login attempts?
+ - inbound SSH login attempts?
-- 
GitLab