Merge branch 'release/0.3.0'
* release/0.3.0: Add changelog entry and metadata for 0.3.0 Add --hostname option
This commit is contained in:
		
						commit
						c76fa75126
					
				
					 3 changed files with 32 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1,5 +1,10 @@
 | 
			
		|||
# change log
 | 
			
		||||
 | 
			
		||||
## version 0.3.0 2016-06-18
 | 
			
		||||
 | 
			
		||||
* add alternative --hostname parameter to make check_xmpp compatible with
 | 
			
		||||
  check_v46 (thanks to Andreas Krause for the idea)
 | 
			
		||||
 | 
			
		||||
## version 0.2.1 2016-01-23
 | 
			
		||||
 | 
			
		||||
* fix perfdata output for daysvalid metric
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -508,8 +508,11 @@ def main():
 | 
			
		|||
    """
 | 
			
		||||
    import argparse
 | 
			
		||||
    parser = argparse.ArgumentParser(description="Check XMPP services")
 | 
			
		||||
    parser.add_argument(
 | 
			
		||||
        "-H", "--host-address", help="host address", required=True)
 | 
			
		||||
    host_address = parser.add_mutually_exclusive_group(required=True)
 | 
			
		||||
    host_address.add_argument("-H", "--host-address", help="host address")
 | 
			
		||||
    host_address.add_argument(
 | 
			
		||||
        "--hostname", help="host name, alternative for host-address",
 | 
			
		||||
        dest="host_address")
 | 
			
		||||
    parser.add_argument(
 | 
			
		||||
        "-p", "--port", help="port", type=int)
 | 
			
		||||
    is_server = parser.add_mutually_exclusive_group()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,6 +7,28 @@ target: Messaging
 | 
			
		|||
type: Plugin
 | 
			
		||||
license: gplv3
 | 
			
		||||
releases:
 | 
			
		||||
  - name: 0.3.0
 | 
			
		||||
    description: "add --hostname option"
 | 
			
		||||
    files:
 | 
			
		||||
      - name: check_xmppng
 | 
			
		||||
        url: "file:///check_xmppng"
 | 
			
		||||
        description: "Check command"
 | 
			
		||||
        checksum: 9774a26db6c54af4a51902b90ffe13bc
 | 
			
		||||
      -
 | 
			
		||||
        name: COPYING
 | 
			
		||||
        url: "file:///COPYING"
 | 
			
		||||
        description: "GPL 3.0 license text"
 | 
			
		||||
        checksum: d32239bcb673463ab874e80d47fae504
 | 
			
		||||
      -
 | 
			
		||||
        name: README.md
 | 
			
		||||
        url: "file:///README.md"
 | 
			
		||||
        description: "documentation"
 | 
			
		||||
        checksum: 1e6f6632b12e4ef5fc4f02c3ea65da8a
 | 
			
		||||
      -
 | 
			
		||||
        name: changes.md
 | 
			
		||||
        url: "file:///changes.md"
 | 
			
		||||
        description: "change log"
 | 
			
		||||
        checksum: f2c1f311817cbb51eac4c62b9c097579
 | 
			
		||||
  - name: 0.2.1
 | 
			
		||||
    description: "fixed perfdata output"
 | 
			
		||||
    files:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue