Osmius Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
OSM_ACT_ExecuteProcessThis action can execute a command in the host machine in a portable way
OSM_ACT_FTPGet220Checks ftp response codes over the server defined in connection_info. value = 1-Ok 0-Not_Ok
OSM_ACT_HpuxCpuSysThis action retrieves the percentage of system cpu usage
OSM_ACT_HpuxCpuTotalThis action retrieves the percentage of total cpu usage
OSM_ACT_HpuxCpuUserThis action retrieves the percentage of user cpu usage
OSM_ACT_HpuxFreeMemThis action retrieves the MB of free memory
OSM_ACT_HpuxFSUsedThis action checks the used percentage of a list of filesystems
OSM_ACT_HpuxNullThis is a NULL Action. You can use it to probe the overall architecture
OSM_ACT_HpuxNumCpuThis action retrieves the number of system cpus
OSM_ACT_HpuxPrcMemThis action retrieves the percentaje of system memory used
OSM_ACT_HpuxPrcSwpThis action retrieves the percentaje of swap used
OSM_ACT_HpuxProcessDownThis action checks if a list of process is running
OSM_ACT_HpuxTotalProcThis action retrieves the number of total processes
OSM_ACT_HpuxUpTimeThis action retrieves the time system has been running from boot until now
OSM_ACT_HTTPGeneral functions for HTTP subactions
OSM_ACT_HTTPGet200Retrieves url http get over an url. value = 1-Ok 0-Not_Ok
OSM_ACT_HTTPHeadersThis retrive the headers and analyze the codes. value = 1-Available 0-Not_Available -1-Error
OSM_ACT_HTTPResponseTimeMeasure load time of an url in msec. value = -1-Error X-number of msec
OSM_ACT_HTTPTextCheckerSearch a regular expression in a web page. value = 1-Found 0-Not_Found
OSM_ACT_IMAPGetOKRetrieves pop server connection and authentication codes. value = 1-Ok 0-Not_Ok
OSM_ACT_IP4InterfacesRetrieves number of active IP4 interfaces
OSM_ACT_IP6InterfacesRetrieves number of active IP6 interfaces
OSM_ACT_LinuxCPULoadThis action retrieves the idle percentage use of the system CPU(s)
OSM_ACT_LinuxFSPUsedThis action checks the used percentage of a list of filesystems
OSM_ACT_LinuxMEMLoadThis action retrieves percentage of used memory from the total avalilable
OSM_ACT_LinuxNullThis is a NULL Action. You can use it to probe the overall architecture
OSM_ACT_LinuxNumProcThis action retrieves the total number of processes in the system
OSM_ACT_LinuxPingThis is to ping IP instances
OSM_ACT_LinuxProcessDownThis action checks if a list of process is running
OSM_ACT_LinuxSWPUsedRetrieves Percentage of used Swap
OSM_ACT_LinuxTCPRetransThis action retrieves tcp_segments retransmited per second
OSM_ACT_LinuxUPTimeRetrieves the number of seconds the system has been up and running
OSM_ACT_MYSQLQueryThis action can execute a Query against MySql Databases
OSM_ACT_MYSQLValuePerSecondThis action execute a Query against MySql Databases to retrieve value per second
OSM_ACT_NslookupThis is to check name resolution
OSM_ACT_ORASQLQueryThis action can execute a Query against an Oracle Database
OSM_ACT_POPGetOKRetrieves pop server connection and authentication codes. value = 1-Ok 0-Not_Ok
OSM_ACT_ScanLogSearch if a string has been written in a log file
OSM_ACT_SearchLogThis action retrives number of ocurrences of an expression into a log file. from last reading
OSM_ACT_SMTPGet220Retrieves smtp server connection codes. value = 1-Ok 0-Not_Ok
OSM_ACT_SSHGetSSHChecks if "SSH" string is included in response from the server defined in connection_info. value = 1-Ok 0-Not_Ok
OSM_ACT_TelnetGetStrChecks telnet response codes over the server defined in connection_info. value = 1-Ok 0-Not_Ok
OSM_ACT_TomcatAvailabilityThis is to recover remote operating system data
OSM_ACT_TomcatDeployedCheck if an application defined by name is deployed or not
OSM_ACT_TomcatMemoryThis is to recover memory usage percentage
OSM_ACT_TomcatPendingObjectsThis is to recover number pending objects to finalize
OSM_ACT_TomcatProcessorsThis is to recover number of processors detected
OSM_ACT_TomcatThreadsThis is to recover number of live threads
OSM_ACT_TomcatTimeCPUThis is to recover time in seconds of CPU Tomcat processing
OSM_ACT_TomcatUptimeThis is to recover uptime in seconds
OSM_Action_BaseDefines Base class to all action classes like execute query, execute shell, etc..
OSM_AG_InsManagerCreates instances and events from config_file and start monitoring
OSM_AG_MainManages Osmius Basic Agent init and exit tasks
OSM_AG_MsgConnectorActive connection to connect and keep the stream with the server
OSM_AG_MsgManagerReceives, validates message events from agents and send them to master
OSM_AG_MsgSenderSend message to the master agent in bulk groups
OSM_AgentDefine one Agent how a ACE_Process
OSM_CfgElementDefines the attributes needed by every configuration element
OSM_CfgManagerManages init and exit procedures and stores config information
OSM_CMD_MaToTmThis class record information of one command sended by the master agent to the task manager
OSM_CMD_RespMaToTmThis class record information of the response of a generic command
OSM_CMD_ResponseThis class record information of the response of a generic command
OSM_CMD_RespTmToMa
OSM_CMD_TmToMaThis class record information of one command sended by the task manager to the master agent
OSM_CommandThis class record information of one command received from the task manager server
OSM_EventEvent class to monitor a certain event into an Osmius Instance
OSM_Instance_BaseInstance class to monitor.It's a collection of event to supervise
OSM_Instance_HpuxHost Instance to monitor.It's a collection of events to supervise
OSM_Instance_HTTPHTTP Instance to monitor.Connection and disconnection methods and data
OSM_Instance_IPIP4 Instance to monitor.It's an IP and a collection of events to supervise
OSM_Instance_LinuxHost Instance to monitor.It's a collection of events to supervise
OSM_Instance_MySqlMySql Instance to monitor.It's a collection of events to supervise
OSM_Instance_OracleHost Instance to monitor.It's a collection of events to supervise
OSM_Instance_SearchLogHost Instance to monitor.It's a collection of events to supervise
OSM_Instance_TomcatTomcat Instance to monitor.It's an IP and a port for JMX remote connection
OSM_MA_AgsManagerCreates agents from config_file
OSM_MA_CmdAcceptorFactory Acceptor launching OSM_MA_CmdReceiver objects
OSM_MA_CmdConnectorActive connection to connect and keep the stream with the server
OSM_MA_CmdManagerReceives, validates commands from server and
OSM_MA_CmdReceiverReceives, validates and executes commands from the central server
OSM_MA_CmdSender
OSM_MA_MainManages Osmius Master Agent init and exit tasks
OSM_MA_MsgAcceptorAccepts messages from agents using class OSM_MA_MsgReceiver
OSM_MA_MsgConnectorActive connection to connect and keep the stream with the server
OSM_MA_MsgManagerReceives, validates message events from agents and send them to server
OSM_MA_MsgReceiverHandles the message receiving service of the Master Agent
OSM_MA_MsgSenderSend message to the server in bulk groups
OSM_MessageClass with message definition, fields and types
OSM_MessageHeaderMessage Header Definition with portable types
OSM_MsgHandlerThe base class used to receive and send osmius messages
OSM_MYSQL_ConnectorConnector to mysql databases
OSM_NetMessageClass used to transmit / receive messages
OSM_ProcessUsed to launch processes with a given timeout capturing stderr and exit code
OSM_ResponseThis class record information of response received from the task manager server
OSM_SignalHandlerUsed to capture SIGINT signal and gracefully exit out
OSM_SV_MainManages Osmius Central Server init and exit tasks
OSM_SV_MsgAcceptorFactory Acceptor launching OSM_SV_MsgReceiver objects
OSM_SV_MsgManagerReceives, validates message events from master agents
OSM_SV_MsgReceiverMain class of the Osmius Server. Receives Messages from Master Agents
OSM_SV_MsgSenderSend message to the server in bulk groups. Correlation could be here
OSM_TASKThis class record information of one Task included the command to send to its master agent
OSM_TM_BbddMADiscoveryBBDD actions of a new master agent discovery
OSM_TM_BBddManagerHandles tasks frfom databse and process them
OSM_TM_BbddTasksSelect tasks and send them to their corresponding master agents
OSM_TM_CmdAcceptorFactory Acceptor launching OSM_TM_CmdReceiver objects
OSM_TM_CmdConnectorActive connection to connect and keep the stream with the server
OSM_TM_CmdManagerSend commands to master agents and receives their responses
OSM_TM_CmdReceiverReceives, validates and executes commands from the master agents
OSM_TM_CmdSenderSend discovery r to the master agent
OSM_TM_MainManages Osmius Task Manager init and exit tasks
OsmiusJMXClient

Generated on Thu Feb 21 18:39:31 2008 for Osmius by  doxygen 1.5.1