Local modifications to ClusterLabs/Anvil by Alteeve
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Digimer
d677d19ca0
* Moved Database->check_condition_age to Alert.
...
* Created (but not finished) scan-apc-pdu
* Added support to tracking maintenance-mode for nodes in Cluster->parse_cib
* Created Remote->read_snmp_oid().
* Created Server->get_definition.
* Updated Server->get_status() to write-out server XML files on-demand.
* Finished scan-cluster.
Signed-off-by: Digimer <digimer@alteeve.ca>
4 years ago
..
Account.pm
* Updated all methods to add (or fix) logging the method entry.
4 years ago
Alert.pm
* Moved Database->check_condition_age to Alert.
4 years ago
Cluster.pm
* Moved Database->check_condition_age to Alert.
4 years ago
Convert.pm
* Created the ScanCore.pm module with the first 'agent_startup' method which generalized scan agent start up.
4 years ago
DRBD.pm
* Moved the '_host_name', '_short_host_name', and '_domain_name' private methods in Tools.pm over to Get.pm (removing the leading '_' in the method names).
4 years ago
Database.pm
* Moved Database->check_condition_age to Alert.
4 years ago
Email.pm
* Did a bunch of testing / bugfixes for scan-server.
4 years ago
Get.pm
* Fixed several bugs related to tracking server boots, migrations and shut downs in the anvil database. The 'ocf:alteeve:server' now has (mostly?) safe integration with the Anvil! database. This was mostly done by updating Servers->boot_virsh(), ->shutdown_virsh() and ->migrate_server().
4 years ago
Job.pm
* Updated all methods to add (or fix) logging the method entry.
4 years ago
Log.pm
* Updated Log->entry() to set the log file handle to UTF-8 when opened.
4 years ago
Network.pm
* Moved the '_host_name', '_short_host_name', and '_domain_name' private methods in Tools.pm over to Get.pm (removing the leading '_' in the method names).
4 years ago
Remote.pm
* Moved Database->check_condition_age to Alert.
4 years ago
ScanCore.pm
* Moved Database->check_condition_age to Alert.
4 years ago
Server.pm
* Moved Database->check_condition_age to Alert.
4 years ago
Storage.pm
* Moved Server->_parse_definition() to -> parse_definition() to make it a publid method.
4 years ago
Striker.pm
* Moved the '_host_name', '_short_host_name', and '_domain_name' private methods in Tools.pm over to Get.pm (removing the leading '_' in the method names).
4 years ago
System.pm
* Updated System->call() to take the 'timeout' parameter which, when set, prepends the call with 'timeout X <shell_call>' to make it easier to deal with calls that could potentially hang.
4 years ago
Template.pm
* Updated all methods to add (or fix) logging the method entry.
4 years ago
Validate.pm
* Updated all methods to add (or fix) logging the method entry.
4 years ago
Words.pm
* Fixed a bug in Words->string() where not having the parameter 'file' set caused the default 'words.xml' to be specified, preventing strings from scan agents from being used.
4 years ago