Skip to content

Instantly share code, notes, and snippets.

View nekoyokoshima's full-sized avatar

Keith Goodlip nekoyokoshima

View GitHub Profile
@nekoyokoshima
nekoyokoshima / SNTP Config
Last active August 29, 2015 14:10
SNTP Setup on 3800-24G-2SFP+ Switchs
Keiths-MacBook-Pro-2:~ keith$ telnet 172.16.52.2
Trying 172.16.52.2...
Connected to 172.16.52.2.
Escape character is '^]'.
HP J9575A 3800-24G-2SFP+ Switch
Software revision KA.15.09.0009
SW2-BM4308# show time
Tue Sep 24 23:10:24 2002
SW2-BM4308#
@nekoyokoshima
nekoyokoshima / collectd5.4.1.sh
Created November 20, 2014 09:56
Install collectd 5.4 on Centos 6.x
#!/bin/bash
# Perform installation as root
# Install prereqs
yum -y install libcurl libcurl-devel rrdtool rrdtool-devel rrdtool-perl libgcrypt-devel gcc make gcc-c++
# Get Collectd, untar it, make it and install
wget http://collectd.org/files/collectd-5.4.1.tar.gz
tar zxvf collectd-5.4.1.tar.gz