.. |
Account.pm
|
* Fixed a bug (maybe) that was causing users to get immediately logged out of the WebUI
|
2021-11-15 01:01:23 -05:00 |
Alert.pm
|
Fixed a bug in Alert->check_condition_age() where, when the 'clear' parameter was set and the value was already 'clear', it would flip to 'set' erroniously.
|
2022-01-13 21:07:25 -05:00 |
Cluster.pm
|
Added a couple notes for later dev.
|
2021-07-16 11:13:48 -04:00 |
Convert.pm
|
Added '#!no_value!#' to be handled properly by Convert->format_mmddyy_to_yymmdd.
|
2022-01-20 10:26:54 -05:00 |
Database.pm
|
Updated striker-prep-database to stop -> start postgres post-configure, and to connect -> disconnect to run the schema load logic.
|
2022-03-16 13:59:21 -04:00 |
DRBD.pm
|
Updated ocf:alteeve:server to better handle multi-peer DRBD configurations.
|
2022-02-21 19:18:28 -05:00 |
Email.pm
|
* Fixed a bug in scan-apc-ups where changes in the transfer reason were not being recorded.
|
2021-02-07 18:11:29 -05:00 |
Get.pm
|
* Created Get->kernel_release() that returns the current kernel release (version) in use on the host or on a remote system.
|
2021-12-07 20:03:39 -05:00 |
Job.pm
|
Updates Jobs->update_progress() to take a 'variables' hash reference, and to support logging as well.
|
2021-07-16 15:07:07 -04:00 |
Log.pm
|
* I _might_ have fixed the network configuration issue in anvil-configure-host... Updated it so that if 'nmcli' doesn't report a valid device name, it looks for it in the ifcfg-X file, and uses 'X' if not found there.
|
2021-06-18 19:37:37 -04:00 |
Network.pm
|
Added a periodic check to ensure all users can ping. This fixes a bug where a local striker dashboard whose DB was stopped wouldn't work.
|
2022-01-21 14:27:58 -05:00 |
Remote.pm
|
* Added a check to Database->get_ip_addresses() to check is a hash is set before using it, to help avoid unitialized variable messages.
|
2021-03-10 20:35:05 -05:00 |
ScanCore.pm
|
Updated scancore and anvil-daemon to check their RAM use at the end of each loop and, if it's using more than 1 GiB of RAM, it sends an alert and exits.
|
2022-02-05 22:08:06 -05:00 |
Server.pm
|
* Fixed a bug where ethtool's Media type contained tab characters that broke JSON when configuring the netowrk interfaces.
|
2022-01-03 17:06:56 -05:00 |
Storage.pm
|
* Updated Database->configure_pgsql() to use 'postgresql-setup --initdb --unit postgresql' instead of the deprecaded 'initdb' switch.
|
2021-10-28 12:07:36 -04:00 |
Striker.pm
|
fix(Anvil): config Apache to forward requests to Striker UI API
|
2022-03-18 22:50:41 -04:00 |
System.pm
|
Updated scancore and anvil-daemon to check their RAM use at the end of each loop and, if it's using more than 1 GiB of RAM, it sends an alert and exits.
|
2022-02-05 22:08:06 -05:00 |
Template.pm
|
* This adds two new files; cgi-bin/get_anvils and cgi-bin/get_anvil_status, that will form the foundation of the new interactive web UI.
|
2021-02-09 22:45:40 -05:00 |
Validate.pm
|
* Updated Database queries that were passing 'debug => $debug' to not do that, as it was causing far too much (useless) noise in the logs.
|
2021-04-15 02:35:58 -04:00 |
Words.pm
|
* Created a new tool, anvil-watch-bonds, which is a live monitor of bonds and interfaces designed to be run from the command line on a given host.
|
2021-05-26 20:24:05 -04:00 |