Service graphs
Graph Information
Shows active oracle connections to NEPTUN
Field | Internal name | Type | Warn | Crit | Info |
---|---|---|---|---|---|
nameless connections | nameless | gauge | select count(status) from v$session where username is null; | ||
active connections | active | gauge | username is not null and status = 'ACTIVE' | ||
inactive connections | inactive | gauge | username is not null and status = 'INACTIVE' | ||
other connections | other | gauge | count of other statuses from v$session | ||
total oracle processes | process | gauge | count(1) from v$process |