diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2001-04-25 15:29:31 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2001-04-25 15:29:31 +0000 |
| commit | 53dc3617b87ee0e05a7e9b14a37437f96fedf275 (patch) | |
| tree | ddb74ceafddbeed7193f124cba2e5074981b45c4 /create/postgresql/schema.sql | |
| parent | b5333c8a42bde30c66d71b0fb62629b4eefd54cb (diff) | |
| download | zabbix-53dc3617b87ee0e05a7e9b14a37437f96fedf275.tar.gz zabbix-53dc3617b87ee0e05a7e9b14a37437f96fedf275.tar.xz zabbix-53dc3617b87ee0e05a7e9b14a37437f96fedf275.zip | |
Commented parameters that uses vmstat to get value.
git-svn-id: svn://svn.zabbix.com/trunk@60 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'create/postgresql/schema.sql')
| -rw-r--r-- | create/postgresql/schema.sql | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql index a5ba2a0d..0aa79ef0 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -282,18 +282,18 @@ insert into items_template (itemtemplateid,platformid,description,key_,delay) values (31,1,'Cached memory (kB)','memory[cached]', 30); insert into items_template (itemtemplateid,platformid,description,key_,delay) values (32,1,'Total swap space (Kb)','swap[total]', 1800); -insert into items_template (itemtemplateid,platformid,description,key_,delay) - values (33,1,'Amount of memory swapped in from disk (kB/s)','swap[in]', 30); -insert into items_template (itemtemplateid,platformid,description,key_,delay) - values (34,1,'Amount of memory swapped to disk (kB/s)','swap[out]', 30); -insert into items_template (itemtemplateid,platformid,description,key_,delay) - values (35,1,'Blocks sent to a block device (blocks/s)','io[in]', 30); -insert into items_template (itemtemplateid,platformid,description,key_,delay) - values (36,1,'Blocks received from a block device (blocks/s)','io[out]', 30); -insert into items_template (itemtemplateid,platformid,description,key_,delay) - values (37,1,'The number of interrupts per second, including the clock','system[interrupts]', 30); -insert into items_template (itemtemplateid,platformid,description,key_,delay) - values (38,1,'The number of context switches per second','system[switches]', 30); +--insert into items_template (itemtemplateid,platformid,description,key_,delay) +-- values (33,1,'Amount of memory swapped in from disk (kB/s)','swap[in]', 30); +--insert into items_template (itemtemplateid,platformid,description,key_,delay) +-- values (34,1,'Amount of memory swapped to disk (kB/s)','swap[out]', 30); +--insert into items_template (itemtemplateid,platformid,description,key_,delay) +-- values (35,1,'Blocks sent to a block device (blocks/s)','io[in]', 30); +--insert into items_template (itemtemplateid,platformid,description,key_,delay) +-- values (36,1,'Blocks received from a block device (blocks/s)','io[out]', 30); +--insert into items_template (itemtemplateid,platformid,description,key_,delay) +-- values (37,1,'The number of interrupts per second, including the clock','system[interrupts]', 30); +--insert into items_template (itemtemplateid,platformid,description,key_,delay) +-- values (38,1,'The number of context switches per second','system[switches]', 30); insert into items_template (itemtemplateid,platformid,description,key_,delay) values (39,1,'Email (SMTP) server is running','net[listen_25]', 60); insert into items_template (itemtemplateid,platformid,description,key_,delay) |
