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
51de6c721f
* Created scan-ipmitool (needs more testing but seems to work now). Logical straight port from M2.
...
* Fixed a bug if Get->free_memory() where host_type was still being called from the old System->host_type method.
* Added global support for '--log-secure' and '--log-db' switches to enable logging of secure data and DB transactions, respectively.
* Created Database->get_tables_from_schema() that parses a SQL schema file and returns an array reference of tables found, in the order they were found.
* Updated ScanCore->agent_startup() to no longer require manually defining database tables, using Database->get_tables_from_schema() when not manually set.. Updated all existing agents to use this.
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
* Finally finished scan-apc-ups! Proved way harder than anticipated... (over a solid week of work!) In M3, this agent is no longer host-bound, and the UPSes to scan based on entries in 'upses' using this scan agent.
4 years ago
Cluster.pm
* Moved Database->check_condition_age to Alert.
4 years ago
Convert.pm
* Finally finished scan-apc-ups! Proved way harder than anticipated... (over a solid week of work!) In M3, this agent is no longer host-bound, and the UPSes to scan based on entries in 'upses' using this scan agent.
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
* Created Database->get_tables_from_schema() that returns an ordered list of tables in a database schema file, removing the need for scan agents to manually provide a list for agent start-up / DB purge.
4 years ago
Email.pm
* Did a bunch of testing / bugfixes for scan-server.
4 years ago
Get.pm
* Created scan-ipmitool (needs more testing but seems to work now). Logical straight port from M2.
4 years ago
Job.pm
* Updated all methods to add (or fix) logging the method entry.
4 years ago
Log.pm
* Created scan-ipmitool (needs more testing but seems to work now). Logical straight port from M2.
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
* Created Database->get_tables_from_schema() that returns an ordered list of tables in a database schema file, removing the need for scan agents to manually provide a list for agent start-up / DB purge.
4 years ago
Server.pm
* Finally finished scan-apc-ups! Proved way harder than anticipated... (over a solid week of work!) In M3, this agent is no longer host-bound, and the UPSes to scan based on entries in 'upses' using this scan agent.
4 years ago
Storage.pm
* Updated tools/striker-manage-install-target to now check to see if the striker is a RHEL host. If not, the packages in the RHEL High Availability add-on are merged into the main package list. If it is RHEL though, a search is made for nodes that it can access and once one is found that is a matching RHEL version / arch, and has Internet access, it is used as a proxy to download the packages in the HA add on and then pulls those packages to the local repo.
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