nice view

080626 14:45:35 [Note] Slave SQL thread initialized, starting replication in log ‘mysql-bin.000015’ at position 3370, relay log ‘./dbase-relay-bin.000002’ position: 235 080626 14:45:35 [Note] Slave I/O thread: connected to master ‘slave@10.0.0.1:3306’, replication started in log ‘mysql-bin.000015’ at position 3370 ….that makes me feel better….

simple mysql show table status script

all this little script is doing is measuring Data_length used by dividing it by Max_data_length so it can give us a clean number that will be usable for monitoring. this is still a very dirty script so there will be updates: #!/bin/bash FILE_OUT=/tmp/data_out.txt DB_NAME=eyf DB_USERNAME=user DB_PASSWORD=password function warn_db_info { awk ‘{print $1, $7, $8}’| awk … Read More

simple nagios port check

here is a simple little nagios script to check the status of a port with ouput – sounds stupid but i needed it to check 2 specific ports for ouput and it works. #!/bin/bash if [ -z $2 ]; then if [ -z $1 ]; then printf “needs \$1 & \$2 (address & port number)\n” … Read More

*** firesale ***

68th annual pissedoffadmins.com firesale and chutney cyberspace bbq anouncing the second 68th annual pissedoffadmins firesale. after the non-success of last years, i figured lets do it again. but this time, lets run it the whole month of june. some of the items up for grab this year are: thinkpad t42p with tons of stickers (working … Read More

geek humor…… of sorts

so i was talking to mike the other day and this is the what he states about his code: mike s back thanks 😀 i like my code like i like my women tight, clean, black and white and full of hash marks err … covered in comments? hmm…. i’ll work on that for next … Read More

SGI Fuel images

here are a couple of pictures of the sgi fuel. the images are not all that great but i dont really care. *** pictures are of the actual unit and are huge for detail *** front rear label ram / air vent i might post more.

new machine – sgi fuel

here is a new machine added to the home farm: SGI Fuel specs: $ hinv -m IP34 Board: barcode MMN903 part 030-1707-003 rev -H IP34PIMM Board: barcode NCH850 part 030-1730-002 rev -E ASTODYV10 Board: barcode NSR614 part 030-1826-003 rev -A 1 600 MHZ IP35 Processor CPU: MIPS R14000 Processor Chip Revision: 2.4 FPU: MIPS R14010 … Read More