aboutsummaryrefslogtreecommitdiffstats
path: root/elisp
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2025-03-07 20:20:42 +0100
committerOscar Najera <hi@oscarnajera.com>2025-03-07 20:20:42 +0100
commita395c732274a7f9d7a29e90d7a223d4391cb3ea7 (patch)
tree901f712b93f071e3364c335341cbadcaf150ed41 /elisp
parent0b22ea2de1a938d53448e809d61c4d7f39b92131 (diff)
downloaddotfiles-a395c732274a7f9d7a29e90d7a223d4391cb3ea7.tar.gz
dotfiles-a395c732274a7f9d7a29e90d7a223d4391cb3ea7.tar.bz2
dotfiles-a395c732274a7f9d7a29e90d7a223d4391cb3ea7.zip
cmk on new hostHEADmaster
Diffstat (limited to 'elisp')
-rw-r--r--elisp/cmk.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/cmk.el b/elisp/cmk.el
index a585e55..f70a9da 100644
--- a/elisp/cmk.el
+++ b/elisp/cmk.el
@@ -55,7 +55,7 @@ Default is \"%Y-%m-%d %H:%M\"."
(make-network-process
:name "Checkmk"
:host 'local
- :service 6565
+ :service 6557
:buffer "CMK"
:sentinel (lambda (process event)
(message "Process: %s had the event '%s'" process (string-trim event))