Skip to content

An app I wrote long ago to monitor the number of connections to SMTP (port 25) and load avg of a server. The client reads this this response.

Notifications You must be signed in to change notification settings

pingwin/smtp-connection-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please use these dumps to create database.

CREATE TABLE `geo_query_logs` (
  `query_id` int(11) NOT NULL auto_increment,
  `query_date_created` int(10) NOT NULL,
  `qdomain` varchar(64) NOT NULL,
  `qtype` varchar(8) NOT NULL,
  `response` varchar(20) NOT NULL,
  `client_ip` varchar(20) default NULL,
  `isocode` int(6) NOT NULL default '0',
  PRIMARY KEY  (`query_id`)
) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ;


CREATE TABLE `lookup_domains` (
  `domain_id` int(11) NOT NULL auto_increment,
  `region_code` int(10) NOT NULL,
  `type` int(2) NOT NULL default '1',
  `domain_rr` varchar(128) NOT NULL,
  `answer` varchar(64) NOT NULL,
  PRIMARY KEY  (`domain_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

About

An app I wrote long ago to monitor the number of connections to SMTP (port 25) and load avg of a server. The client reads this this response.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published