Prepare for myLVS Monitoring

From MyLVS
Revision as of 18:26, 25 July 2015 by Admin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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');