Search the knowledge base:
Connecting to the DataStore directly or from another tool | Rating | Views | |
---|---|---|---|
The up.time DataStore can be accessed via ODBC or using appropriate db connection utilities. Please find more information here:http://support.uptimesoftware.com/article.php?id=019 By: CSS | Date Created: 12-31-2002 | Last Modified: 8-26-2011 | Index: 329 |
1779 |
How to run a DB query on retained metrics | Rating | Views | |
---|---|---|---|
To directly query the up.time DataStore for retained metrics from one of your service monitors follow this general procedure. 1) Find the instance ID for your service monitor. There are two ways... By: CSS | Date Created: 8-11-2010 | Last Modified: 8-13-2011 | Index: 475 |
2180 |
Query to retrieve MySQL database size | Rating | Views | |
---|---|---|---|
If you need to figure out how much data a MySQL database is consuming use the information_schema database and run the following: mysql> use information_schema; mysql> select table_schema,... By: CSS | Date Created: 10-7-2009 | Last Modified: 8-10-2011 | Index: 386 |
2958 |