User Tools

Site Tools


cluster:196

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
cluster:196 [2020/08/03 14:08]
hmeij07 [Netdata]
cluster:196 [2020/08/04 18:30]
hmeij07
Line 24: Line 24:
   * [[http://cottontail2.wesleyan.edu:19999|cottontail2]] Backup scheduler, centos 6 compile env (needs reboot)   * [[http://cottontail2.wesleyan.edu:19999|cottontail2]] Backup scheduler, centos 6 compile env (needs reboot)
   * [[http://greentail52.wesleyan.edu:19999|greentail52]] NFS server /sanscratch (needs reboot)   * [[http://greentail52.wesleyan.edu:19999|greentail52]] NFS server /sanscratch (needs reboot)
-  * ringtail+  * [[http://ringtail.wesleyan.edu:19999|ringtail]] NFS server /home33 (needs reboot)
   * sharptail   * sharptail
-  * mindstoresrv0 +  * [[http://mindstoresrv0.wesleyan.edu:19999|mstore0]] NFS server /mindstore (needs reboot) 
-  * mindstoresrv1+  * [[http://mindstoresrv1.wesleyan.edu:19999|mindstoresrv1]] Replication target for mstore0 (needs reboot)
   * [[http://petaltail.wesleyan.edu:19999|petaltail]] Sandbox, Warewulf centos 6   * [[http://petaltail.wesleyan.edu:19999|petaltail]] Sandbox, Warewulf centos 6
   * [[http://swallowtail.wesleyan.edu:19999|swallowtail]] Sandbox   * [[http://swallowtail.wesleyan.edu:19999|swallowtail]] Sandbox
Line 34: Line 34:
  
  
 +==== 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>
  
 \\ \\
cluster/196.txt · Last modified: 2020/11/10 14:43 by hmeij07