Both sides previous revision
Previous revision
Next revision
|
Previous revision
|
cluster:196 [2020/07/30 13:43] hmeij07 |
cluster:196 [2020/11/10 14:43] (current) hmeij07 |
Then open port 19999 in firewall for wesleyan.edu. | Then open port 19999 in firewall for wesleyan.edu. |
| |
Gosh, it does alerting too. | Gosh, it does alerting too. The original monitor scripts, unsilenced, exist on ''cottontail:/usr/lib/netadata/conf.d/health.d-orig'' |
| |
* [[http://hpcmon.wesleyan.edu:19999|hpcmon]] Zenoss server | * [[http://hpcmon.wesleyan.edu:19999|hpcmon]] Zenoss server |
* [[http://cottontail2.wesleyan.edu:19999|cottontail2]] Backup scheduler, centos6 compile env (needs reboot) | * [[http://cottontail.wesleyan.edu:19999|cottontail]] Primary log in and scheduler server |
* [[http://greentail52.wesleyan.edu:19999|greentail52]] /sanscratch nfs server (needs reboot) | * [[http://cottontail2.wesleyan.edu:19999|cottontail2]] Backup scheduler, centos 6 compile env |
* [[http://whitetail.wesleyan.edu:19999|whitetail]] /lvhomes nfs server (old /home) | * [[http://greentail52.wesleyan.edu:19999|greentail52]] NFS server /sanscratch, centos 7 compile env |
* [[http://sharptail2dr.wesleyan.edu:19999|sharptail2dr]] disaster recovery host for hpcstore | * [[http://ringtail.wesleyan.edu:19999|ringtail]] NFS server /home33 |
| * sharptail |
| * [[http://mindstoresrv0.wesleyan.edu:19999|mstore0]] NFS server /mindstore |
| * [[http://mindstoresrv1.wesleyan.edu:19999|mindstoresrv1]] Replication target for mstore0 |
| * [[http://petaltail.wesleyan.edu:19999|petaltail]] Sandbox, Warewulf centos 6 |
| * [[http://swallowtail.wesleyan.edu:19999|swallowtail]] Sandbox |
| * [[http://whitetail.wesleyan.edu:19999|whitetail]] Openhpc Warewulf centos 7 (powered down) |
| * [[http://sharptail2dr.wesleyan.edu:19999|sharptail2dr]] Disaster recovery host for hpcstore (active users) /homesdr |
| |
| |
| ==== Silence ==== |
| |
| <code> |
| |
| cd /usr/lib/netdata/conf.d/health.d/ |
| |
| for i in `ls`; do \ |
| perl -pi -e "s/to: sysadmin/to: silent/g" $i; \ |
| perl -pi -e "s/to: webmaster/to: silent/g" $i; \ |
| perl -pi -e "s/to: dba/to: silent/g" $i; \ |
| perl -pi -e "s/to: sitemgr/to: silent/g" $i; \ |
| perl -pi -e "s/to: domainadmin/to: silent/g" $i; \ |
| perl -pi -e "s/to: proxyadmin/to: silent/g" $i; \ |
| done |
| |
| grep -i to: * | grep -v silent |
| |
| </code> |
| |
\\ | \\ |