Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check_Spell
0.1
2013-07-01
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios XI
35884
File | Description |
---|---|
check_spell.py | check_spell.py |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Checks the spelling of a local or remote site against a english dictionary. You can add a personal list of words to ignore via command line or text file.
This check makes use of pyenchant.
http://pythonhosted.org/pyenchant/
You must install the pyenchant library to use.
easy_install pyenchant
OR
pip install pyenchant
To run spell checker:
./check_spell.py -u exchange.nagios.com
Check multiple sites in one go like so:
./check_spell.py -u exchange.nagios.com,www.nagios.com,www.nagios.org
Help:
./check_spell.py --help
Happy Checking.
This check makes use of pyenchant.
http://pythonhosted.org/pyenchant/
You must install the pyenchant library to use.
easy_install pyenchant
OR
pip install pyenchant
To run spell checker:
./check_spell.py -u exchange.nagios.com
Check multiple sites in one go like so:
./check_spell.py -u exchange.nagios.com,www.nagios.com,www.nagios.org
Help:
./check_spell.py --help
Happy Checking.
Reviews (0)
Be the first to review this listing!