Skip to content

Instantly share code, notes, and snippets.

@originalhat
Created June 12, 2012 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save originalhat/2919860 to your computer and use it in GitHub Desktop.
Save originalhat/2919860 to your computer and use it in GitHub Desktop.
Catalog-Nagios Configuration File Overview

Catalog-Nagios Configuration Files

An overview of the configurations files being utilized by the the file-age check process.

WMS

  1. wms-goes-config.yml

    • critical @ 3600

    • script-usage: mtime

    • test-drive:

        $ ./bin/check-file-mtime -y wms-goes-config.yml
          Overall Status: OK. File Age: 177 seconds.
      
  2. wms-lma-config.yml

    • critical @ 300

    • script-usage: mtime

    • test drive:

        $ ./bin/check-file-mtime -y wms-lma-config.yml
          Overall Status: OK. File Age: 23 seconds.
      
  3. wms-nexrad-config.yml

    • critical @ 600

    • script-usage: mtime

    • test drive:

        $ ./bin/check-file-mtime -y wms-nexrad-config.yml
          Overall Status: OK. File Age: 55 seconds.
      

NAPLN KML's - BUG

  1. naplan-kml-config.yml
    • critical @ 120

    • script-usage: filename-datetime

    • test drive:

        $ ./bin/check-file-mtime -y naplan-kml-config.yml
                      Overall Status: OK. File Age: 38 seconds.
      

Mission Coordinatior Imagery and KML's

  1. mci-lma-config.yml

    • critical @ 120

    • script-usage: mtime

    • test drive:

        $ ./bin/check-file-mtime -y mci-lma-config.yml
          Overall Status: OK. File Age: 31 seconds.
      
  2. mci-sat-config.yml

    • critical @ 3600

    • script-usage: mtime

    • test drive:

        $ ./bin/check-file-mtime -y mci-sat-config.yml
          Overall Status: OK. File Age: 1403 seconds.
      
  3. mci-nexrad-config

    • critical @ TBD
    • script-usage: mtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment