Giter VIP home page Giter VIP logo

nagios-tang's People

Contributors

npmccallum avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

nagios-tang's Issues

tang.c compile

Hello,

How to compile the tang.c when the header files are not provided here?

Thanks

Possibly install binary as check_tang

The various check binaries /usr/lib/nagios (or whereever) often go by the name of check_, and I think it's wise to follow that habit.

Also the manpage could be shipped as check_tang then, currently there's a mismatch between the binary "tang" and the manpage name "nagios-tang".

Use asciidoctor to build the manpages

Like in latchset/tang#32 - asciidoc is EOL, see for example https://github.com/asciidoc/asciidoc/releases.

Switching to asciidoctor is fairly simple:

--- a/meson.build
+++ b/meson.build
@@ -61,10 +61,10 @@
   warning('Will not run tests due to missing dependencies!')
 endif
 
-a2x = find_program('a2x', required: false)
-if a2x.found()
+asciidoctor = find_program('asciidoctor', required: false)
+if asciidoctor.found()
   custom_target('nagios-tang.1',
-    command: [a2x, '-f', 'manpage', '-D', meson.current_build_dir(), '@INPUT@'],
+    command: [asciidoctor, '--attribute', 'reproducible', '--backend=manpage', '-D', meson.current_build_dir(
), '@INPUT@'],
     install_dir: join_paths(get_option('mandir'), 'man1'),
     input: 'nagios-tang.1.adoc',
     output: 'nagios-tang.1',

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.