~launchpad-pqm/launchpad/devel

4417.4.12 by Tom Haddon
Basic tests (not working) for script monitoring
1
/* ScriptActivity Sample Data
8687.15.9 by Karl Fogel
Add the copyright header block to more files (everything under database/).
2
3
   Copyright 2009 Canonical Ltd.  This software is licensed under the
4
   GNU Affero General Public License version 3 (see the file LICENSE).
5
*/
6
4417.4.12 by Tom Haddon
Basic tests (not working) for script monitoring
7
INSERT INTO ScriptActivity
8
    (name, hostname, date_started, date_completed)
9
    VALUES
10
    ('script-monitor-test', 'localhost', '2007-05-23 00:00:00', '2007-05-23 01:00:00');
4417.4.18 by Tom Haddon
Merged RF and added Nagios script monitoring check
11