3Ware array monitoring bundle

2011-04-12 Thread Jesse Becker
Thoguht I'd share the two attached files. The first is a bundle to aid in monitoring 3ware RAID controllers. The second is short shell script to check the array status, and set CFengine classes as appropriate. The shell script will attempt to detect controllers on the system, as well as all LUN

Cfengine Help: Re: 3.1.5 beta release

2011-04-12 Thread no-reply
Forum: Cfengine Help Subject: Re: 3.1.5 beta release Author: mark Link to topic: https://cfengine.com/forum/read.php?3,21391,21430#msg-21430 New beta tarball is available, as promised. ___ Help-cfengine mailing list Help-cfengine@cfengine.org https://c

Re: Cfengine Help: Re: Cfengine Help: Re: creating a list from a list and a var (or even 2 lists) by interpolation

2011-04-12 Thread Mikhail Gusarov
On 12.04.2011 18:13, no-re...@cfengine.com wrote: > This might be fixable in the future, but function calls are subtle in > Cfengine due to the convergence of values between vars and classes. Nesting > functions amplifies the subtleties considerably, so I put this off for a > rainy day (damn, i

Cfengine Help: Re: Cfengine Help: Re: creating a list from a list and a var (or even 2 lists) by interpolation

2011-04-12 Thread no-reply
Forum: Cfengine Help Subject: Re: Cfengine Help: Re: creating a list from a list and a var (or even 2 lists) by interpolation Author: mark Link to topic: https://cfengine.com/forum/read.php?3,21422,21428#msg-21428 This might be fixable in the future, but function calls are subtle in Cfengine due

Cfengine Help: Re: Cfengine Help: Re: creating a list from a list and a var (or even 2 lists) by interpolation

2011-04-12 Thread no-reply
Forum: Cfengine Help Subject: Re: Cfengine Help: Re: creating a list from a list and a var (or even 2 lists) by interpolation Author: sauer Link to topic: https://cfengine.com/forum/read.php?3,21422,21427#msg-21427 Mikhail Gusarov Wrote: --- > T

Re: detecting new IP address?

2011-04-12 Thread Ted Zlatanov
On Mon, 11 Apr 2011 15:26:19 -0500 Ted Zlatanov wrote: TZ> Actually it would be really nice if cfengine produced the list of TZ> interfaces in addition to the current net_iface_* classes. It's already TZ> traversing the list of interfaces and providing sys.ipv4 so collecting TZ> their names in

question about packages and package_select/package_verions

2011-04-12 Thread Bas van der Vlies
I have the following bundle on debian: bundle agent cfengine_upgrade_package(version) { vars: debian:: "package_name" string => "cfengine3"; packages: "$(package_name)" package_select => ">=", package_version => "$(version)

Cfengine Help: Re: 3.1.5 beta release

2011-04-12 Thread no-reply
Forum: Cfengine Help Subject: Re: 3.1.5 beta release Author: LasseKongo Link to topic: https://cfengine.com/forum/read.php?3,21391,21423#msg-21423 Same here, trying to build on SLES 11 ___ Help-cfengine mailing list Help-cfengine@cfengine.org https://cf

Re: Cfengine Help: Re: creating a list from a list and a var (or even 2 lists) by interpolation

2011-04-12 Thread Mikhail Gusarov
On 12.04.2011 08:33, no-re...@cfengine.com wrote: > "nameserv" slist => grep ( >"^[^\s]+$", >splitstring ( > join("${separator}${prefix}", "temp_namelist"), > "$(separator)", > "999" > ) >); This won't work due to lim

Cfengine Help: Re: Apple script in cfengine files

2011-04-12 Thread no-reply
Forum: Cfengine Help Subject: Re: Apple script in cfengine files Author: Ruprecht Link to topic: https://cfengine.com/forum/read.php?3,15697,21421#msg-21421 Has anyone used Applescripts scripts in cfengine? I am not finding a lot of documentation about Cfengine and Mac OS X