forked from opnsense/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ Copyright (c) 2008-2010 Ermal Luçi | |
Copyright (c) 2017-2019 Fabian Franz | ||
Copyright (c) 2019 Felix Matouschek <[email protected]> | ||
Copyright (c) 2014-2020 Franco Fichtner <[email protected]> | ||
Copyright (c) 2016-2019 Frank Wall | ||
Copyright (c) 2016-2020 Frank Wall | ||
Copyright (c) 2016 IT-assistans Sverige AB | ||
Copyright (c) 2010 Jim Pingle <[email protected]> | ||
Copyright (c) 2015 Jos Schellevis | ||
|
@@ -26,6 +26,7 @@ Copyright (c) 2010-2012 Seth Mos <[email protected]> | |
Copyright (c) 2008 Shrew Soft Inc. <[email protected]> | ||
Copyright (c) 2017-2019 Smart-Soft | ||
Copyright (c) 2013 Stanley P. Miller \ stan-qaz | ||
Copyright (c) 2020 Starkstromkonsument | ||
Copyright (c) 2010 Yehuda Katz | ||
Copyright (c) 2015 YoungJoo.Kim <[email protected]> | ||
Copyright (c) 2020 devNan0 <[email protected]> | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
""" | ||
Copyright (c) 2020 Ad Schellevis <[email protected]> | ||
Copyright (C) 2020 Starkstromkonsument <https://github.com/Starkstromkonsument> | ||
Copyright (C) 2020 Starkstromkonsument | ||
All rights reserved. | ||
Redistribution and use in source and binary forms, with or without | ||
|
@@ -53,4 +53,3 @@ def process_name(line): | |
def line(line): | ||
tmp = re.match(zabbix_timeformat, line) | ||
return tmp.group(3) | ||
|