Skip to content

Commit

Permalink
update copyright/THANKS
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart.warren committed Sep 24, 2014
1 parent 90ebbdd commit 21dbb2e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions THANKS
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ Chad Rhyner <[email protected]>
Jacek Masiulaniec <[email protected]>
Manuel Amador <[email protected]>
Tim Douglas <[email protected]>
Stuart Warren <[email protected]>
16 changes: 13 additions & 3 deletions collectors/0/jolokia.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
#!/usr/bin/env python
# This file is part of tcollector.
# Copyright (C) 2013 The tcollector Authors.
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or (at your
# option) any later version. This program is distributed in the hope that it
# will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
# General Public License for more details. You should have received a copy
# of the GNU Lesser General Public License along with this program. If not,
# see <http://www.gnu.org/licenses/>.

"""
# Script to use with tcollector and OpenTSDB
# to grab metrics from a java process using
# jolokia.
#
# Requires pyjolokia > 0.3.1
#
# Author: stuart-warren
# Additional work: mikebryant
"""

import time
Expand Down

0 comments on commit 21dbb2e

Please sign in to comment.