This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cluster:196 [2020/07/29 21:05] hmeij07 |
cluster:196 [2020/11/10 14:43] (current) hmeij07 |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | |||
+ | \\ | ||
+ | **[[cluster: | ||
+ | |||
+ | |||
==== Netdata ==== | ==== Netdata ==== | ||
Line 11: | Line 16: | ||
</ | </ | ||
- | Then open port 19999 in firewall for wesleyan.edu. | + | Then open port 19999 in firewall for wesleyan.edu. |
+ | |||
+ | Gosh, it does alerting too. The original monitor scripts, unsilenced, exist on '' | ||
* [[http:// | * [[http:// | ||
- | * [[http:// | + | |
- | * [[http:// | + | |
- | * [[http:// | + | * [[http:// |
- | * [[http:// | + | * [[http:// |
+ | * sharptail | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | |||
+ | |||
+ | ==== Silence ==== | ||
+ | |||
+ | < | ||
+ | |||
+ | cd / | ||
+ | |||
+ | for i in `ls`; do \ | ||
+ | perl -pi -e "s/to: sysadmin/ | ||
+ | perl -pi -e "s/to: webmaster/ | ||
+ | perl -pi -e "s/to: dba/to: silent/ | ||
+ | perl -pi -e "s/to: sitemgr/to: silent/ | ||
+ | perl -pi -e "s/to: domainadmin/ | ||
+ | perl -pi -e "s/to: proxyadmin/ | ||
+ | done | ||
+ | |||
+ | grep -i to: * | grep -v silent | ||
+ | |||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | **[[cluster: | ||
+ |