Nagios-mode is an Emacs mode for editing Nagios configuration
files. Nagios is monitoring software that is configured via plain-text
Nagios-mode is an Emacs mode for editing Nagios configuration
files. Nagios is monitoring software that is configured via plain-text
bunch of special keywords. Witin Emacs, nagios-mode will apply syntax
highlighting to them, possibly alerting you to the fact that you have
done something wrong, and making your buffers look pretty in any case.
bunch of special keywords. Witin Emacs, nagios-mode will apply syntax
highlighting to them, possibly alerting you to the fact that you have
done something wrong, and making your buffers look pretty in any case.
is how I do it. With that in your load path, you just have to add
nagios-mode to your auto-load list,
is how I do it. With that in your load path, you just have to add
nagios-mode to your auto-load list,
-code. Object definitions are found within xdata/xodtemplate.h, while
-the macros are cleverly hidden within include/macros.h. Once they have
-been parsed, they are cut and pasted in to nagios-mode.el.
+code. Object definitions are found within *xdata/xodtemplate.h*, while
+the macros are cleverly hidden within *include/macros.h*. Once they
+have been parsed, they are cut and pasted in to *nagios-mode.el*.
internal C variables, so there's no explicit list of them. Instead we
try to piece together the valid names based on what Nagios's config
parser is looking for. It's possible that some have been overlooked.
internal C variables, so there's no explicit list of them. Instead we
try to piece together the valid names based on what Nagios's config
parser is looking for. It's possible that some have been overlooked.
-Send all bug reports, feature requests, and unprompted criticism to
-michael@orlitzky.com.
+Send bug reports, feature requests, and unprompted criticism to
+michael@orlitzky.com, or report them on `Codeberg
+<https://codeberg.org/mjo/nagios-mode/issues>`_.