Add survey remote host

This commit is contained in:
Marcus Kammer 2024-06-22 20:41:31 +02:00
parent 15a92015e2
commit 8f0868c5f4
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -195,7 +195,7 @@ Takes OPTION as an argument and prints its description."
(defvar mk/remote-*host-aliases*
'(("website" . "marcus@www.marcuskammer.dev")
("metalisp" . "cl@u1.metalisp.dev")
("survey" . "cl@survey.metalisp.dev")
("pihole" . "ubuntu@pi-hole.fritz.box"))
"Alist mapping friendly host names to actual SSH-compatible host strings.")
@ -263,6 +263,6 @@ an ALIAS and SERVICE as arguments and call
(mk/define-remote-log-function "website" "nginx" "access.csv")
(mk/define-remote-log-function "website" "nginx" "error.log")
(mk/define-remote-log-function "website" "syslog")
(mk/define-remote-log-function "metalisp" "nginx" "access.csv")
(mk/define-remote-log-function "metalisp" "syslog")
(mk/define-remote-log-function "survey" "nginx" "access.csv")
(mk/define-remote-log-function "survey" "syslog")
(mk/define-remote-log-function "pihole" "pihole" "pihole.log")