Module rhn_check :: Class CheckCli
[hide private]
[frames] | no frames]

Class CheckCli

source code


Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
main(self)
Process all the actions we have in the queue.
source code
 
__get_action(self, status_report) source code
 
__query_future_actions(self, time_window) source code
 
__fetch_future_action(self, action)
Fetch one specific action from rhnParent
source code
 
__check_future_actions(self)
Retrieve scheduled actions and cache them if possible
source code
 
__run_remote_actions(self) source code
 
__verify_server_capabilities(self, caps) source code
 
__parse_action_data(self, action)
Parse action data and returns (method, params)
source code
 
submit_response(self, action_id, status, message, data)
Submit a response for an action_id.
source code
 
handle_action(self, action, cache_only=None)
Wrapper handler for the action we're asked to do.
source code
 
is_valid_action(self, action) source code

Inherited from up2date_client.rhncli.RhnCli: initialize, run, saveConfig

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
 
__get_server()
Initialize a server connection and set up capability info.
source code
 
__update_system_id() source code
 
__build_status_report() source code
 
__run_local_actions()
Hit any actions that we want to always run.
source code
 
__do_call(method, params, kwargs={}) source code
 
__run_action(method, params, kwargs={}) source code
 
__check_rhn_disabled()
If we're disabled, go down (almost) quietly.
source code
 
__check_has_system_id()
Retrieve the system_id.
source code
 
__check_instance_lock() source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

main(self)

source code 

Process all the actions we have in the queue.

Overrides: up2date_client.rhncli.RhnCli.main

__run_local_actions()
Static Method

source code 

Hit any actions that we want to always run.

If we want to run any actions everytime rhnsd runs rhn_check, we can add them to the list LOCAL_ACTIONS

__check_has_system_id()
Static Method

source code 

Retrieve the system_id. This is required.