log1-c
log1-c
But won't the masters/parents ignore the downtime (or any other) objects coming from agents/satellites as these are configuration objects from a child zone? Afaik the only way to have downtimes...
I finally have the time (a need ;)) to look at the whole IcingaForWindows/PowerShell framework stuff again. I still experience the issue that there is no repository set when installing...
I just figured out that the "packages.icinga.com..." is hardcoded in the ifw.repo.json... As I simply download the whole IcingaForWindows contents onto our internal repository/webserver, I get the hardcoded URL as...
Hm, can't confirm.   fresh installation of framework & plugins v1.11.1 and icinga agent v2.14.0
Have you tried specifically including the pagefile via parameter? Maybe that helps.
Windows 10 laptop/virtual desktop with Vivaldi/Chrome/Firefox
As I currently am working at home with a different screen I can confirm that the problem happens only with screens/resolutions lower than WQHD. Collapsing the menu also helps, but...
Something like what @0xliam describes happens in our setup from time to time as well.  The config deployment by the Director was triggered at 18:00 At 18:01:45 configs were...
More occurences of this. "Light mode" is a downtime set via API on host shutdown. "Dark mode" is a scheduled downtime.   Debug logs can be provided if helpful!
Maybe something like this? ``` @@ -138,6 +138,10 @@ push(@manually_excluded_snapshots,"$vol_name/$snap_name\n"); next; } + elsif($snap_name =~ m/$excludeliststr/){ + push(@manually_excluded_snapshots,"$vol_name/$snap_name\n"); + next; + } } if($age >= $AgeOpt){ ```