Blogroll

Search

WordPress upgrade (2.2.1)

June 21st, 2007 by Matteo
I just upgraded all the hosted blogs (blog.matteocorti.ch, previtali.info and sassolino.ch) to WordPress 2.2.1.See the release notes for the details. http://aptgetanarchy.org/files/pictures/wordpress.png

Posted in Infrastructure | No Comments »

check_lm_sensors 1.2 released

June 21st, 2007 by Matteo

I just released check_lm_sensors version 1.2:

check_lm_sensors is a Nagios plugin to monitor the values of on board sensors (with lm_sensors) and hard
disk temperatures (with hddtemp) on Linux systems

Changes:

  • automatic detection of the path for hddtemp and sensors
  • added --nosensors and --nodrives options to disable sensors or drive temperature checks
  • added a --rename option to rename sensors
  • only the checked sensors are included in the performace output
  • added a --sanitize option to remove spaces from sensor names

Posted in Software | No Comments »

check_lm_sensors 1.0 released

June 18th, 2007 by Matteo

I just released check_lm_sensors version 1.0:

check_lm_sensors is a Nagios plugin to monitor the values of on board sensors and hard
disk temperatures on Linux systems

Sample usage:

$ ./check_lm_sensors -v -c 'sda Temp'=30,5,10 -c '+2.5V'=0.2,0.3,2.5
found sensor +3.3V (3.39)
found sensor +2.5V (2.39)
found sensor VCore (1.19)
found sensor +5V (4.61)
found sensor +12V (11.96)
found sensor +3.3V (3.23)
found sensor Case Fan (0)
found sensor CPU Fan (0)
found sensor CPU Temp (62.1)
found sensor Int Temp (66.0)
found sensor vid (1.250)
found temperature for drive sda (51)
LM_SENSORS CRITICAL  sda Temp=51|'Case Fan'=0;;;; 'vid'=1.250;;;; '+5V'=4.61;;;; '+2.5V'=2.39;;;; 'Int Temp'=66.0;;;; '+12V'=11.96;;;;
    '+3.3V'=3.23;;;; 'VCore'=1.19;;;; 'CPU Temp'=62.1;;;; 'CPU Fan'=0;;;; 'sda Temp'=51;;;;

Posted in Software | No Comments »

OS update: F7

June 12th, 2007 by Matteo

All the machines (matteocorti.ch and casa.matteocorti.ch) are now running of Fedora 7

http://jadn.com/~bob/i/fedora.jpg

Posted in Infrastructure | No Comments »

New site hosted

June 12th, 2007 by Matteo

The site of Janine Rodoni’s Lab (http://dental-atelier.ch) is online on my server

dental-atelier.ch (screenshot)

 

Posted in Infrastructure | No Comments »

Flowers and horses

June 8th, 2007 by Matteo

I addes some pictures of horses and flowers to my online collection

The image “http://matteocorti.ch/pictures/Unsorted/Animals/horses/2007-05-27-Cavalli-3.jpg” cannot be displayed, because it contains errors. The image “http://matteocorti.ch/pictures/Unsorted/flowers/2007-05-27-Fiori-2.jpg” cannot be displayed, because it contains errors.

Posted in Personal | No Comments »

svnauthcheck 0.9.18 released

June 6th, 2007 by Matteo

I just released svnauthcheck version 0.9.18

svnauthcheck is a tool to check the syntax of Subversion access control files. We developed it to be able to delegate to certain repository users the ability to manage the access control to the repository itself (see Delegating access control to the end users)

Changes (from 0.9.15):

  • fixed a bug that was skipping users in the generation of htaccess files
  • error reporting now includes the input file name
  • “@” and “.” can now be used in user names
  • fixed a bug occurring when a user was a member of more than one group
  • new implementation of the user list management
  • -d option is only complied in if -DDEBUG is specified

Posted in Software | No Comments »