Prepare for myLVS Monitoring: Difference between revisions

From MyLVS
Jump to navigation Jump to search
(Created page with "A new command record is required initiating monitor requests. The monitoring ID INSERT INTO tblCommands (`cmdID`,`enabled`,`name`,`command`,`type`,`type-description`) VALU...")
(No difference)

Revision as of 18:26, 25 July 2015

A new command record is required initiating monitor requests. The monitoring ID


INSERT INTO tblCommands (`cmdID`,`enabled`,`name`,`command`,`type`,`type-description`) VALUES  
 (4,1,'Check HTTP','/usr/lib/nagios/plugins/check_http -H %HOST%',1,'Check IIS');