From: ludo@gnu.org (Ludovic Courtès)
To: Christopher Baines <mail@cbaines.net>
Cc: 27650@debbugs.gnu.org
Subject: [bug#27650] [PATCH] gnu: services: admin: Add tailon.
Date: Wed, 12 Jul 2017 14:13:25 +0200 [thread overview]
Message-ID: <87shi1etui.fsf@gnu.org> (raw)
In-Reply-To: <20170711065634.9717-1-mail@cbaines.net> (Christopher Baines's message of "Tue, 11 Jul 2017 07:56:34 +0100")
Hi Christopher,
Christopher Baines <mail@cbaines.net> skribis:
> * gnu/services/admin.scm
> (<tailon-configuration>, <tailon-configuration-file>): New record types.
> (tailon-configuration-files-string, tailon-shepherd-service): New
> procedures.
> (%tailon-accounts, tailon-service-type: New variables.
> * doc/guix.text (Monitoring Services: Document the Tailon service.
Neat. Maybe a service we could take advantage of on our build farm
machines?
s/text/texi/ :-)
> +@node Monitoring Services
> +@subsubsection Monitoring Services
> +
> +@subsubheading Tailon Service
> +
> +Tailon is a web application for viewing and searching log files.
Please write @uref{https://…, Tailon} so readers can read more about it
if needed.
> +The following example will configure the service with default values.
> +By default, Tailon can be accessed on port 8080 (http://localhost:8080).
^
@code
> +The following example customises more of the Tailon configuration,
> +adding ``sed'' to the list of allowed commands.
^^
@command{sed}
> +@deftp {Data Type} tailon-configuration
> +Data type representing the configuration of tailon.
Tailon (capital).
> +@table @asis
> +@item @code{paths} (default: @code{(list "/var/log")})
> +List of paths to display. Can include strings for a single path, or a
> +list, where the first item is the name of a subsection, and the
> +remaining items are in that subsection.
Please s/paths/directories/ (in GNU the convention is to use “file name”
or “directory name”, whereas “path” is reserved for search paths.)
> + (paths tailon-configuration-paths
> + (default '("/var/log")))
> + (bind tailon-configuration-file-bind
> + (default "localhost:8080"))
> + (relative-root-path tailon-configuration-file-relative-root-path
> + (default #f))
Same here.
> +(define-gexp-compiler (tailon-configuration-file-compiler
> + (file <tailon-configuration-file>) system target)
That’s a good idea. :-)
Otherwise LGTM!
Bonus points if you write a system test that checks that at least the
Web server shows up on port 8080.
Thank you!
Ludo’.
next prev parent reply other threads:[~2017-07-12 12:14 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-11 6:56 [bug#27650] [PATCH] gnu: services: admin: Add tailon Christopher Baines
2017-07-12 12:13 ` Ludovic Courtès [this message]
2017-07-16 15:51 ` Christopher Baines
2017-07-17 8:40 ` Ludovic Courtès
2017-07-16 15:52 ` Christopher Baines
2017-07-17 9:52 ` Ludovic Courtès
2017-07-26 9:50 ` Christopher Baines
2017-07-16 15:58 ` [bug#27650] [PATCH] tests: Add 'tailon-service-type' test Christopher Baines
2017-07-17 9:53 ` Ludovic Courtès
2017-07-26 9:08 ` [bug#27650] [PATCH 1/2] gnu: services: admin: Add tailon Christopher Baines
2017-07-26 9:08 ` [bug#27650] [PATCH 2/2] tests: Add 'tailon-service-type' test Christopher Baines
2017-07-26 20:46 ` Ludovic Courtès
2017-07-27 17:33 ` Christopher Baines
2017-07-27 17:35 ` [bug#27650] [PATCH] gnu: services: admin: Add tailon Christopher Baines
2017-07-28 19:36 ` Ludovic Courtès
2017-07-28 21:00 ` Christopher Baines
2017-07-29 12:00 ` bug#27650: " Christopher Baines
2017-07-29 12:10 ` [bug#27650] " Ludovic Courtès
2017-07-26 20:40 ` [bug#27650] [PATCH 1/2] " Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87shi1etui.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=27650@debbugs.gnu.org \
--cc=mail@cbaines.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.