Skip to main content
Version: 2024.04

Sybase Monitor

Overview

Monitors sessions, status, locks, usage, log backups of all Sybase DB's in one installation

ExecutableSybase Monitor.exe
Connection methodODBC
Ports
    4901
Lookup files
  • itesys.sybase_monitor.db_state.ovl
  • itesys.sybase_monitor.logmodecheck.ovl

Default parameters

Parameter namePossible valuesDefaultDescription
Host<ip> | <hostname> | <fqdn>emptyHostname or IP of the target system. If you use a virtual hostname on your SAP servers, please use also the virtual host to connect.
DBName<dbname> emptyDatabase name
DBPort (optional)Default: 4901 <port> emptyDatabase port
DBUsername<username>emptyDatabase user
DBPassword<password>emptyPassword for <DBUsername>

Sensor-specific parameters

Parameter namePossible valuesDefaultDescription
Daysnumber | 0 - n0 (No backup check)Past days for which the backup is to be checked
IncludeForLogModeCheckNONE | ALL | <dbname1>,<dbname2>,...NONEList of databases for which the log mode should be checked. DBName can be used as placeholder to use the DB name given in the profile for the DB connection.
SSLEnabledfalse | truefalseDefines wether an SSL connection should be used or not.
SSLTrustedFile<filename>Trusted.txtFile located in folder Sybase_Monitor which holds trusted CA certificates for SSL connections.
CheckBackupServerfalse | truefalseDefines whether the status of the Sybase backup server should be checked or not.

Channels

Channel nameDescriptionLookup file
Session UsageNumber of database sessions
DB: <database> - Successful Backup last <Days> daysNumber of successful backups in the last <days> days
DB: <database> UsageDatabase usage in percent
DB: <database> MB UsageDatabase usage in megabyte
DB: <database> StatusDatabase Status Monitoring
  • Databases in the status suspect, for load, read only, dbo use only and single user mode will cause a warning state
itesys.sybase_monitor.db_state.ovl
DBLog: <database> UsageDatabase log area usage in percent
Lock UsageNumber of locks in the Sybase instanceN.A
DB: <database> Log Mode

Status Monitoring of "trunc log on chkpt"

  • OK: Trunc log on chkpt disabled
  • Warning: Trunc log on chkpt enabled
itesys.sybase_monitor.logmodecheck.ovl
Backup Server StatusSybase backup server status monitoring. If the backup server is not running or can’t be reached the sensor will cause an error state

Important notes

warning

Please check the limits in PRTG if they fit for your alerting.

Troubleshooting

SymptomPossible solution
Could not connect to ASE database: ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specifiedPlease install the correct 64-bit ASE ODCB driver on the PRTG server.

Changelog

VersionChanges
2023.06Added a channel to optionally check the status of the backup server Error handling has been implemented in case of null values in DBSpace check
2023.03Added possibility to use SSL connection.
2022.12No error occurs anymore in case of NULL values. Added channel and parameter to check "trunc log on chkpt"
2022.05Updated the sensor to get more accurate values for Spaceusage channels
2021.12Corrected calculation of used space in MB to have more accurate values
1.4.0.4Corrected backup check (sp_dump_history changed output on ASE 16 SP03)
1.4.0.2Rebuild for new signature of AddChannel method
1.4.0.1
  • Changes for different Sybase Versions
  • Optimized dbmcli queries for performance
1.4.0.0Build for installer 1.4.0
1.3.6.1Removed parameter Days from channel to prevent additional channels on parameter change
1.3.6.0First stable release