Check manual page of cpsecure_sessionsMay 21. 2012
cpsecure_sessionsAuthor: Mathias Kettner License: GPL Distribution: official part of Check_MK Supported Agents: SNMP This check monitors the number of current sessions of the various
network protocols on a Content Security Gateway of CPSECURE (in the
meantime bought by NetGear some time ago).
ItemName of the protocol, in upper case letters, for example "SMTP".
Check parameters
Performance dataOne variable per check: the number of current sessions of the
checked protocol.
InventoryFor each enabled protocol one check is created.
Configuration variables
Examplesmain.mk # set global default levels for number of sessions for # all protocols: cpsecure_sessions_default_levels = ( 100, 1000 ) # Define manual checks with individual levels for some protocols # for all hosts with the tag "csg" checks += [ (["csg"], ALL_HOSTS, "cpsecure_sessions", 'SMTP', (600, 1000)), (["csg"], ALL_HOSTS, "cpsecure_sessions", 'FTP', (60, 100)), (["csg"], ALL_HOSTS, "cpsecure_sessions", 'IMAP', (60, 100)), ] |
| |||||||||||||||||||||||||||