diff --git a/webpages/index.html b/webpages/index.html index cd5bb7f..76feeb1 100644 --- a/webpages/index.html +++ b/webpages/index.html @@ -66,6 +66,24 @@ file. manual page, and Doxygen software reference documentation are available online.

+

Getting the output you need

+
    +
  1. Start with:
    +dhcpd-pools --config=path +--leases=path --color=always --format=text
  2. +
  3. Play with options and see how output changes. Options to +try:
    +--all-as-shared --crit-count +--critical --minsize --snet-alarms --warn-count +--warning
  4. +
  5. Start filtering output. Options to try:
    +--skip --limit
  6. +
  7. Change --format +option to what you need, and maybe include --perfdata if you want nagios alarm +format.
  8. +
  9. Done.
  10. +

Reference information