[rt-devel] SNMP

Matt Knopp mhat at netlag.com
Wed Aug 15 11:10:24 EDT 2001


> that runs the SQL query to do various counts and print that number to

Don't do that.  Its a nasty abstraction violation thats likely to bite 
you in the ass one day.  You would be better off with a script that uses 
the RT and RT::<Module> to determine various information.  The API should 
be less likely to change then then raw structure of the DB.  Also a perk, 
you get some cross-db compatibility for free. 

-Matt





More information about the Rt-devel mailing list