Cricket support for x86_64

It looks like Cricket, by default, does not support printing the summary information from the RRD files when displaying the graphs. A quick patch to lib/RRD/Format.pm fixes that: — Format.pm.orig 2008-03-24 14:08:28.000000000 -0400 +++ Format.pm 2008-03-24 14:08:59.000000000 -0400 @@ -128,6 +128,16 @@ $self->{‘element’} = “d”; return 1; + } elsif ( $archname =~ /^x86_64-linux/ )

Read more ›

Windows Time Sync

Windows systems do an OK job of managing time services like NTP, but they really do miss the mark. Hosts that are part of a domain get their time from the domain server (Active Directory or PDC) automagically on a periodic basis. Some drift may happen, but it is minimal. Servers, such as the AD

Read more ›