Advertisement
ChrisLAS

defunkt uses a fool tools for his network

Apr 24th, 2018
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. Loved episode 364. I work for a school and have found all of these tools an absolute necessity.
  2.  
  3. We have a TON of linux implemented in the rack, classroom, and elsewhere.
  4.  
  5. I would like to mention a few other tools we use.
  6.  
  7. Munin - Server stat monitoring (Windows/Linux) Requires a client but collects good information (and much easier to install and setup than Nagios's client monitoring). Zoom in on rrd graphs, etc. Custom graphs can easily be created with your choice of scripting language. Records data to RRD's (important later)
  8. See: https://drive.google.com/file/d/12AlCD6cQQjzwyZOpIA8LkQSNrXUKj00j/view?usp=sharing
  9.  
  10. NTOP - A sniffing program to analyze traffic. We use this against our internet connection to identify the type of traffic being used on our network. We have other tools but this has proven to be VERY useful. Records all of this information to tons of RRD's. (useful later)
  11. SEE: https://drive.google.com/file/d/1djquvYtNIbJPY3LOyD6Gt0mW2Eo5k11e/view?usp=sharing
  12.  
  13. Observium - A opensource trending program that works with tons of equipment out of the box. It trends all kinds of information (also stored data in RRD's).
  14. SEE: https://drive.google.com/file/d/1IB3uAWtXGMphzbMh1xZNhGR98KOpu_Fa/view?usp=sharing
  15. SEE: https://drive.google.com/file/d/1_2_eFsfau2hf1S_0oiDR_mqZAGSQLNRd/view?usp=sharing
  16.  
  17. We were hit with DDOS attacks and decided we needed an "always-up dashboard" with an alarm to notify us when we were being hit. So we grabbed all of our RRD's and threw them into graphite and grafana to create: https://drive.google.com/file/d/1O6vo3t0REUZ8Aw1SHcuJVVEbEZvdDu18/view?usp=sharing
  18.  
  19. We threw a raspberry pi on the back of a 48 inch display, threw it on the wall with grafana. it updates as fast as the RRD's do, and even alarms when we set certain triggers.
  20. SEE: https://drive.google.com/file/d/18SO03ess9qJS0YCcX_We-UYrA-PuUnlw/view?usp=sharing
  21.  
  22. The biggest decision was the audible alarm...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement