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
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