Share

NINO - Network Management

Code

Programming Languages: Perl, Java

License: GNU General Public License (GPL), Artistic License

Repositories

browse code, statistics svn co https://nino.svn.sourceforge.net/svnroot/nino nino

browse code, statistics, last commit on 2002-04-01 cvs -d:pserver:anonymous@nino.cvs.sourceforge.net:/cvsroot/nino login

cvs -z3 -d:pserver:anonymous@nino.cvs.sourceforge.net:/cvsroot/nino co -P modulename

Show:

What's happening?

  • Trap event with quote not INSERTed in database

    trapd.pl, version: 4.1.8 A trap whose event text contains a quote (') character is not inserted in the database. In trapd.pl, line 487: the INSERT SQL command will fail because the quote is not escaped in the event field. The solution is to add the line: $event =~ s/\'/\\\'/g; ## replace ' with \' before the creation of the INSERT command string.

    2007-03-02 10:25:13 UTC by fabrices

  • Email client settings

    How to specify custom SMTP port and login info for embedded Email client in NINO?.

    2006-08-24 11:21:47 UTC by nobody

Our Numbers