diff options
author | Oscar Najera <hi@oscarnajera.com> | 2025-02-15 01:50:50 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2025-02-15 01:50:50 +0100 |
commit | c7f178c21d23b8e6b61e80cf8d3ae3662cca342e (patch) | |
tree | 396d9044ccf60380c97ced0b9d77f481794dd839 | |
parent | 305d933e0b2126cb11e508b46d36bcaacc598853 (diff) | |
download | dotfiles-c7f178c21d23b8e6b61e80cf8d3ae3662cca342e.tar.gz dotfiles-c7f178c21d23b8e6b61e80cf8d3ae3662cca342e.tar.bz2 dotfiles-c7f178c21d23b8e6b61e80cf8d3ae3662cca342e.zip |
cmk cleaner table
-rw-r--r-- | elisp/cmk.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/elisp/cmk.el b/elisp/cmk.el index 98ea8d0..a19d573 100644 --- a/elisp/cmk.el +++ b/elisp/cmk.el @@ -85,14 +85,14 @@ Default is \"%Y-%m-%d %H:%M\"." ;; ("lsttype" :column "log_state_type") (:name "Host" :column "host_name") (:name "Service" :column "service_description") - (:name "log_time" :min-width 18 :column "log_time" :formatter cmk-timestamp-to-date) + (:name "Time" :min-width 18 :column "log_time" :formatter cmk-timestamp-to-date) ;; ("log_command_name" :column "log_command_name") ;; ("log_comment" :column "log_comment") ;; ("lineno" :column "log_lineno") - (:name "log_type" :column "log_type") + ;; (:name "log_type" :column "log_type") ;; ("host_scheduled_downtime_depth" :column "host_scheduled_downtime_depth") ;; ("host_has_been_checked" :column "host_has_been_checked") - (:name "log_plugin_output" :column "log_plugin_output"))) + (:name "Check output" :column "log_plugin_output"))) (defun cmk-livestatus-query (query) "One shot livestatus QUERY, return network process." |