Difference between revisions of "Cricket Monitoring system"
From GLMWiki
(New page: =Cricket= running on ns0 for monitoring of gaylord equipment config files are in /etc/cricket/config) |
|||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Cricket= | =Cricket= | ||
− | running on ns0 for monitoring of gaylord equipment | + | running on ns0 for monitoring of gaylord equipment<br /> |
− | config files are in /etc/cricket/config | + | config files are in /etc/cricket/config<br /> |
+ | Cricket uses a hierarchical configuration system, each folder contains a Default file, a Targets file, or folders.for more info look here http://cricket.sourceforge.net/support/doc/intro.html | ||
+ | <br />ours looks something like this. | ||
+ | <blockquote> | ||
+ | *config | ||
+ | **routers | ||
+ | **router-interfaces | ||
+ | ***gylrr0 | ||
+ | ***gylrr2 | ||
+ | ***gylrr1 | ||
+ | **Subscriber-Units | ||
+ | **access-points | ||
+ | |||
+ | </blockquote> | ||
+ | ==access points== | ||
+ | # add to config | ||
+ | #* file /etc/cricket/config/access-points/Targets | ||
+ | #* add lines for the new ap like this | ||
+ | #*:target sportsplex<br /> | ||
+ | #*:short-desc = "Sportsplex AP" | ||
+ | #* add line to /etc/hosts(used when adding su's) | ||
+ | #*:172.18.3.2 sportsplex |
Latest revision as of 11:15, 8 October 2009
Cricket
running on ns0 for monitoring of gaylord equipment
config files are in /etc/cricket/config
Cricket uses a hierarchical configuration system, each folder contains a Default file, a Targets file, or folders.for more info look here http://cricket.sourceforge.net/support/doc/intro.html
ours looks something like this.
- config
- routers
- router-interfaces
- gylrr0
- gylrr2
- gylrr1
- Subscriber-Units
- access-points
access points
- add to config
- file /etc/cricket/config/access-points/Targets
- add lines for the new ap like this
- target sportsplex
- short-desc = "Sportsplex AP"
- target sportsplex
- add line to /etc/hosts(used when adding su's)
- 172.18.3.2 sportsplex