Tags: sysadmin

Sort by: Date / Title / URL

  1. http://www.badllama.com/content/monitor-varnish-zabbix
    Handy little script to monitor varnish stats from zabbix. Awesome.
  2. http://stackoverflow.com/questions/10731099/byobu-hard-status-line-scrolls-the-screen-when-updating
    Explains how to fix putty so it plays nicely with byobu. Requires two settings, Windows > Translation > UTF8, and Terminal > Keyboard > XTerm R6. Haven't been able to verify, but reports suggest it works.
  3. http://copperegg.com/
    Yet another monitoring app. Copper Egg combines real user monitoring, generic metric logging, server monitoring and maybe other stuff(?) into one application. Pricing starts at $19/month. Not unreasonable.
  4. http://www.intodns.com/
    Really detailed tool that diagnoses in great detail each step of the DNS resolution process for a domain. Free and invaluable.
  5. http://www.zabbix.com/forum/showthread.php?t=25265
    A zabbix monitoring script for varnish ported from cacti.
  6. http://www.unix.com/shell-programming-scripting/9020-how-log-top-command.html
    Useful forum post that explains the `top -b` option, making top output text suitable for piping / writing to file, like `top -bn1 | mail`...
  7. http://runslikeclockwork.com/pages/monit_aggregator
    A free hosted version of the open source monit-aggregator written by Matt Fawcett. Appears to be free with no node restriction.
  8. https://github.com/mattfawcett/monit-aggregator
    Source code of monit-aggregator by Matt Fawcett / runslikeclockwork.com. He offers a free hosted version at that site.
  9. http://www.pagerduty.com/
    Takes alerts from monitoring systems and sends emails, phone calls and SMS messages. Handles on-call schedules, escalation, acknowledgement, etc.
  10. http://www.linuxhowtos.org/System/iosched.htm
    Article explaining how to set a scheduler on linux. Handy. :)
  11. http://www.linuxforums.org/misc/using_top_more_efficiently.html
    A guide on how to get the most of out the linux top utility. Includes a description of the column names, and other tips & tricks.

First / Previous / Next / Last / Page 1 of 1