Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ To Brice Figureau [@masterzen](https://github.com/masterzen), who built a

## License

Copyright (c) 2020 [Icinga GmbH](mailto:info@icinga.com)
Copyright (c) 2026 [Netways GmbH](mailto:info@netways.de)
Copyright (c) 2020-2026 [Icinga GmbH](mailto:info@icinga.com)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/Icinga/check_by_powershell
module github.com/NETWAYS/check_by_powershell

go 1.25.0

Expand Down
8 changes: 3 additions & 5 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ Supported authentication methods:
* NTLM with local or AD accounts
* TLS client certificate

https://github.com/Icinga/check_by_powershell
https://github.com/Netways/check_by_powershell

https://github.com/Icinga/icinga-powershell-framework
https://github.com/Icinga/icinga-powershell-plugins

Copyright (c) 2020 Icinga GmbH <info@icinga.com>
Copyright (c) 2026 Netways GmbH <info@netways.de>
Copyright (c) 2020-2026 Icinga GmbH <info@icinga.com>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
Loading