-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from ARGOeu/devel
Version 0.3.4
- Loading branch information
Showing
3 changed files
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
Summary: ARGO Nagios config generator | ||
Name: argo-ncg | ||
Version: 0.3.3 | ||
Version: 0.3.4 | ||
Release: 1%{?dist} | ||
License: ASL 2.0 | ||
Group: Network/Monitoring | ||
|
@@ -105,6 +105,8 @@ if [ -f /etc/init.d/ncg ] ; then | |
fi | ||
|
||
%changelog | ||
* Thu May 25 2017 Emir Imamagic <[email protected]> - 0.3.4-1 | ||
- Version bump | ||
* Thu May 4 2017 Emir Imamagic <[email protected]> - 0.3.3-1 | ||
- Version bump | ||
* Thu Apr 6 2017 Emir Imamagic <[email protected]> - 0.3.2-1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"ch.cern.WebDAV" : { | ||
"config" : { | ||
"interval" : 60, | ||
"maxCheckAttempts" : 2, | ||
"path" : "$USER1$", | ||
"retryInterval" : 15, | ||
"timeout" : 600 | ||
}, | ||
"docurl" : "https://gitlab.cern.ch/lcgdm/nagios-plugins-webdav", | ||
"flags" : { | ||
"OBSESS" : 1 | ||
}, | ||
"parameter" : { | ||
"-v" : " -v" | ||
}, | ||
"attribute" : { | ||
"webdav_URL" : "-u", | ||
"X509_USER_PROXY" : "-E" | ||
}, | ||
"probe" : "check_webdav" | ||
} | ||
} |