Skip to content

Commit

Permalink
let all links point to https://www.naemon.io
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Mar 10, 2022
1 parent 122bfbc commit 8357779
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ sudo make install

### More info ###

Visit the Naemon homepage at http://naemon.org
Visit the Naemon homepage at https://www.naemon.io
2 changes: 1 addition & 1 deletion UPGRADING
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Upgrading to Naemon
-------------------

See http://www.naemon.org for upgrading instructions.
See https://www.naemon.io for upgrading instructions.
2 changes: 1 addition & 1 deletion daemon-systemd.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=Naemon Monitoring Daemon
Documentation=http://naemon.org/documentation
Documentation=https://www.naemon.io/documentation
After=network.target

[Service]
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Build-Depends:
automake,
libtool
Standards-Version: 3.7.3
Homepage: http://www.naemon.org
Homepage: https://www.naemon.io
Bugs: https://github.com/naemon/naemon-core/issues
Vcs-Browser: https://github.com/naemon/naemon-core
Vcs-Git: git://github.com:naemon/naemon-core.git
Expand Down Expand Up @@ -52,7 +52,7 @@ Description: host/service/network monitoring and management system
Naemon was written in C and is designed to be easy to understand and modify
to fit your own needs.
.
Upstream URL: http://www.naemon.org/
Upstream URL: https://www.naemon.io/

Package: naemon-core-dbg
Architecture: any
Expand Down
2 changes: 1 addition & 1 deletion debian/naemon-core.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Binary: naemon
Architecture: any
Version:
Maintainer: Naemon Core Development Team <[email protected]>
Homepage: http://www.naemon.org
Homepage: https://www.naemon.io
Bugs: https://github.com/naemon/naemon-core/issues
Vcs-Browser: https://github.com/naemon/naemon-core
Vcs-Git: git://github.com:naemon/naemon-core.git
Expand Down
2 changes: 1 addition & 1 deletion debian/naemon-core.naemon.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=Naemon Monitoring Daemon
Documentation=http://naemon.org/documentation
Documentation=https://www.naemon.io/documentation
After=network.target

[Service]
Expand Down
2 changes: 1 addition & 1 deletion naemon-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Version: 1.3.0
Release: 0
License: GPL-2.0-only
Group: Applications/System
URL: http://www.naemon.org/
URL: https://www.naemon.io/
Packager: Naemon Core Development Team <[email protected]>
Vendor: Naemon Core Development Team
Source0: naemon-%{version}.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions src/naemon/naemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ int main(int argc, char **argv)
printf("Copyright (c) 2009-2013 Nagios Core Development Team and Community Contributors\n");
printf("Copyright (c) 1999-2009 Ethan Galstad\n");
printf("License: GPL\n\n");
printf("Website: http://www.naemon.org\n");
printf("Website: https://www.naemon.io\n");
}

/* just display the license */
Expand Down Expand Up @@ -284,7 +284,7 @@ int main(int argc, char **argv)
printf(" -W, --worker /path/to/socket Act as a worker for an already running daemon\n");
printf(" --allow-root Let naemon run as root. THIS IS NOT RECOMMENDED AT ALL.\n");
printf("\n");
printf("Visit the Naemon website at http://www.naemon.org/ for bug fixes, new\n");
printf("Visit the Naemon website at https://www.naemon.io/ for bug fixes, new\n");
printf("releases, online documentation, FAQs and more...\n");
printf("\n");

Expand Down
2 changes: 1 addition & 1 deletion src/naemonstats/naemonstats.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ int main(int argc, char **argv)

if (mrtg_mode == FALSE) {
printf("\nNaemon Stats " VERSION "\n");
printf("Copyright (c) 2013-present Naemon Development Team (www.naemon.org)\n");
printf("Copyright (c) 2013-present Naemon Development Team (www.naemon.io)\n");
printf("Copyright (c) 2003-2008 Ethan Galstad (www.nagios.org)\n");
printf("License: GPL\n\n");
}
Expand Down

0 comments on commit 8357779

Please sign in to comment.