Search found 2 matches

by pierrem
Wed Apr 21, 2010 10:01 am
Forum: Help: Linux/Unix Specific
Topic: patches failure
Replies: 2
Views: 1664

Solaris 10 cacti patch installation

To patch cacti on Solaris 10, you must install GNU Patch. This package is part of Solaris 10 and is named SUNWgpch. # pkgadd -d . SUNWgpch Then, you apply patches using gpatch instead of patch and voila ! # cd $cacti_dir # gpatch -p1 -N < cli_add_graph.patch # gpatch -p1 -N < cross_site_fix.patch # ...
by pierrem
Fri Apr 16, 2010 3:50 pm
Forum: Scripts and Templates
Topic: ApacheStats 0.8.2 (multiple RRD, Low hdd, Script Server)
Replies: 116
Views: 272353

apachestat hack for ssl with self signed certs

Hi all, This is a quick hack that permits server-status on SSL (443) with self signed certs. It might be handy for people looking to monitor https sites. It is(very) inspired by the curl change proposed by solefald earlier in this post. $url = "https://$host/server-status?auto"; $ch = curl...