ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/client/monitors/Makefile
Revision: 1.10
Committed: Fri Mar 23 01:17:09 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.9: +3 -2 lines
Log Message:
Added new UserCount monitor. This one fires an alert if too many users are
logged into a machine at once.

File Contents

# User Rev Content
1 tdb 1.7 # Makefile for uk.org.iscream.client.monitors
2 tdb 1.10 # $Id: Makefile,v 1.9 2001/03/22 01:52:26 ajm4 Exp $
3 tdb 1.1
4     # Config Include
5 tdb 1.7 include ../../../../../Config.inc
6 tdb 1.1
7     # Defining Filenames (these will all be built)
8    
9 tdb 1.3 JAVA = CPU__Monitor.java Heartbeat__Monitor.java\
10 tdb 1.4 Memory__Monitor.java Swap__Monitor.java\
11 ajm 1.6 WebFeeder__Monitor.java Disk__Monitor.java\
12 tdb 1.8 Services__Monitor.java Load__Monitor.java\
13 tdb 1.10 Process__Monitor.java Queue__Monitor.java\
14     UserCount__Monitor.java
15 tdb 1.1
16     # Build Rule
17     all : DOBUILD
18     clean : DOCLEAN
19    
20     # Main Include
21     include $(MKINC)