Forgot to mention that in order to get the storage discovery/polling for the Netscaler to work I had to alter the storage_index to accept varchar.  The Citrix MIBs can be challenging...

alter table storage modify storage_index varchar(32);

Britt Treece

On Thu, Aug 4, 2011 at 9:17 AM, Britt Treece <britt.treece@gmail.com> wrote:
Got some of the basic stuff working.  Did my best to adhere to coding standards, etc.  SVN patch file and requisite MIB can be found at the link below.  I plan to start working on monitoring of additional metrics soon.

http://www.box.net/shared/20mih8759xpkjhu5imm1

Britt Treece