...
Just below the lines listed above, there is a second group of lines in the uptime.conf file that define how up.time will connect to a SQL Server database (see below). Remove the # character from the beginning of these lines and update the dbHost, dbPort, dbName, dbUsername and dbPassword to match the settings of your SQL Server database and the user that you created in Step 1.
Code Block |
---|
|
noformat |
#dbDriver=net.sourceforge.jtds.jdbc.Driver
#dbType=mssql
#dbHostname=10.1.1.124
#dbPort=1433
#dbName=uptime
#dbUsername=uptime
#dbPassword=passwordÂ
|
...
Note |
---|
This command will reset any existing up.time-specific database settings. Before running this command, ensure that the settings in the uptime.conf file are correct. |
Code Block |
---|
|
noformat |
up.time_install_path/resetdb really |
...