Skip to content

Commit 16145b5

Browse files
committed
Update for 1.4 release and 2017
1 parent dfca357 commit 16145b5

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.4.0 - ??/??/2016
1+
1.4.0 - 01/06/2016
22
------------------
33
- Added option to callback funciton for prepending instead of appending to callback array (added by tmcnag) -JO
44
- Updated send_nrdp.sh to the latest revision -JO

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Installation
1111
Download the latest tarball and extract to start the install::
1212

1313
cd /tmp
14-
wget https://github.com/NagiosEnterprises/nrdp/archive/1.3.1.tar.gz
15-
tar xvf 1.3.1.tar.ggz
14+
wget https://github.com/NagiosEnterprises/nrdp/archive/1.4.0.tar.gz
15+
tar xvf 1.4.0.tar.ggz
1616
cd nrdp-*
1717

1818
Create a directory and move the NRDP files into place. You don't need to install most of the files outside of server, so we omit them from the cp command::

clients/send_nrdp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// send_nrdp.php
55
//
6-
// Copyright (c) 2010-2016 - Nagios Enterprises, LLC.
6+
// Copyright (c) 2010-2017 - Nagios Enterprises, LLC.
77
// Portions Copyright (c) others - see source code below.
88
//
99
// Software License:

clients/send_nrdp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# send_nrdp.py
44
#
5-
# Copyright (c) 2010-2016 - Nagios Enterprises, LLC.
5+
# Copyright (c) 2010-2017 - Nagios Enterprises, LLC.
66
# Written by: Scott Wilkerson (nagios@nagios.org)
77
#
88

clients/send_nrdp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# check_nrdp.sh
44
#
5-
# Copyright (c) 2010-2016 - Nagios Enterprises, LLC.
5+
# Copyright (c) 2010-2017 - Nagios Enterprises, LLC.
66
# Written by: Scott Wilkerson (nagios@nagios.org)
77
#
88

package/fedora/config.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// NRDP Config File
44
//
5-
// Copyright (c) 2010-2016 - Nagios Enterprises, LLC.
5+
// Copyright (c) 2010-2017 - Nagios Enterprises, LLC.
66
// License: Nagios Open Software License <http://www.nagios.com/legal/licenses>
77
//
88

server/config.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// NRDP Config File
44
//
5-
// Copyright (c) 2010-2016 - Nagios Enterprises, LLC.
5+
// Copyright (c) 2010-2017 - Nagios Enterprises, LLC.
66
// License: Nagios Open Software License <http://www.nagios.com/legal/licenses>
77
//
88

server/includes/constants.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// NRDP Constants
44
//
5-
// Copyright (c) 2008-2016 - Nagios Enterprises, LLC. All rights reserved.
5+
// Copyright (c) 2008-2017 - Nagios Enterprises, LLC. All rights reserved.
66
// License: Nagios Open Software License <http://www.nagios.com/legal/licenses>
77
//
88

server/includes/utils.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// NRDP Utils
44
//
5-
// Copyright (c) 2008-2016 - Nagios Enterprises, LLC. All rights reserved.
5+
// Copyright (c) 2008-2017 - Nagios Enterprises, LLC. All rights reserved.
66
// License: Nagios Open Software License <http://www.nagios.com/legal/licenses>
77
//
88

server/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
//
33
// Nagios Remote Data Processor (NRDP)
4-
// Copyright (c) 2010-2016 - Nagios Enterprises, LLC.
4+
// Copyright (c) 2010-2017 - Nagios Enterprises, LLC.
55
//
66
// License: Nagios Open Software License <http://www.nagios.com/legal/licenses>
77
//

0 commit comments

Comments
 (0)