log1-c

Results 47 comments of 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. ![image](https://github.com/Icinga/icinga-powershell-plugins/assets/24474580/3ab7e278-e00b-44ca-88c8-1d594eebb178) ![image](https://github.com/Icinga/icinga-powershell-plugins/assets/24474580/bcfef178-6402-413d-96c8-3e4f29d9514e) 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. ![image](https://github.com/user-attachments/assets/2a53a8bd-72cf-4f00-9491-4a063bb9b646) 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. ![image](https://github.com/user-attachments/assets/f4e8c6f2-b937-4870-addd-cbaa8371e98b) ![image](https://github.com/user-attachments/assets/a38372ad-4ed0-4b55-a7b0-71a2cf0887e3) 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){ ```