aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/smokeping/files
Commit message (Collapse)AuthorAgeFilesLines
* net-mgmt/smokeping: update to 2.9.0Rodrigo Osorio2025-02-242-18/+5
| | | | Changelog: https://oss.oetiker.ch/smokeping/pub/CHANGES
* net-mgmt/smokeping: Made pidfile configurable in the rc scriptRodrigo Osorio2024-04-221-2/+3
| | | | | | | | | From this version if you use a custom pifile location configured in /etc/rc.conf with the smokeping_pidfile variable you don't need to update your smokeping rc.d file manually after each port upgrade anymore. The default behavior remains unchanged. Reported by: zi (private mail)
* net-mgmt/smokeping: fix bug in FPingContinuous.pmEugene Grosbein2022-11-041-0/+13
| | | | | | | | Add patch accepted upstream with bug #341. https://github.com/oetiker/SmokePing/issues/341 PR: 267015 Approved by: rodrigo (maintainer timeout, 3 weeks)
* net-mgmt/smokeping: Fix typo in patchRodrigo Osorio2021-11-191-1/+1
|
* net-mgmt/smokeping: Fix patches filepathRodrigo Osorio2021-11-194-8/+8
| | | | | PR: 259891 Reported by: shaun <freebsd@shaunc.com>
* net-mgmt/smokeping: update to 2.8.2Rodrigo Osorio2021-11-145-43/+27
| | | | | | | | | | | | | | | | | | | | | | Major changes: * support for influxdb * AnotherDNS update * new matcher ConsecutiveLoss * lots of spelling fixes * update FPing commandline * better handling of return codes from probe binaries * drop SSHv1 and rsa1 from SSH.pm * fix config reload for slaves * fix edgetrigger functionality * fping protocol parameter optional * exploss matcher fixes * interface parameter for fping probe * pass 6th argument to edgetrigger external alerts * red background for 100% loss * make loss colors more distinctive * calculate loss buckets based on number of 'pings' Full changelog: calculate loss buckets based on number of 'pings'
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-5/+0
|
* net-mgmt/smokeping: fix mail loop issueRodrigo Osorio2021-02-021-1/+10
| | | | | | | | | | | | | | | | Integrate upstream patch[1] to fix mail loop issue #183[2]. This is a one-line patch without complexity who can be removed as soon as the upstream releases a new version. [1] https://github.com/oetiker/SmokePing/commit/e9004e8bbeb30d33778afaf70a5f8b95ff38d6ba [2] https://github.com/oetiker/SmokePing/issues/183 PR: 253161 Submitted by: OlivierW <olivierw1+bugzilla-freebsd@hotmail.com> Notes: svn path=/head/; revision=563789
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-4/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* Upgrade net-mgmt/smokeping to 2.7.3Rodrigo Osorio2019-02-1320-173/+181
| | | | | | | | | | | - Use GITHUB to get distfiles - Redo the patches - Rework options Changelog: https://oss.oetiker.ch/smokeping/pub/CHANGES Notes: svn path=/head/; revision=492831
* Add a wait_for_pids at the end of the rc script stop function, waiting for theRodrigo Osorio2017-07-311-0/+1
| | | | | | | | | | | | daemon to stops. With smokeping busy pinging a few hundred hosts it often occurs that the daemon stops after the rc call completion failing a restart. Bump PORTREVISION. PR: 221009 Submitted by: vegeta@tuxpowered.net Notes: svn path=/head/; revision=447003
* Fix previous mistake in the init script, committed with minor changesRodrigo Osorio2015-07-051-1/+1
| | | | | | | PR: 200851 Notes: svn path=/head/; revision=391348
* Fix init script to check pid correctlyRodrigo Osorio2015-06-291-11/+38
| | | | | | | | PR: 200851 Submitted by: Kan Sasaki <sasaki@fcc.ad.jp> Notes: svn path=/head/; revision=390934
* Fix smokeping rc.d script who fails to check pid correctlyRodrigo Osorio2015-06-141-2/+2
| | | | | | | | PR: 198736 Submitted by: vince@unsane.co.uk Notes: svn path=/head/; revision=389609
* Upgrade smokeping to 2.6.11Rodrigo Osorio2015-02-224-24/+105
| | | | | | | | PR: 197579 Submitted by: pi Notes: svn path=/head/; revision=379624
* change command_interpreter from /usr/bin/perl to ${PREFIX}/bin/perlJohn Marino2015-01-051-2/+2
| | | | | | | | | | | | | | Several ports had rc.d scripts with hardcoded command_interpreter string as /usr/bin/perl. This symlink is not guaranteed to be in place, and it isn't even an option for perl 5.20. For affected ports, the interpreter was changed to localbase. In one case, the interpreter was correct, but it wasn't surround by quotes. Since the rc.d script would break if a space was contained in ${PREFIX}, quotes were added in that case. Notes: svn path=/head/; revision=376298
* Remove duplicate patchAntoine Brodin2014-10-021-11/+0
| | | | Notes: svn path=/head/; revision=369862
* fix perl5.18 buildRodrigo Osorio2014-10-011-0/+11
| | | | | | | | | PR: ports/182840 Submitted by: alexey <alexey@kouznetsov.com> Approved by: bapt (mentor) Notes: svn path=/head/; revision=369707
* fix build with perl 5.18Andrej Zverev2014-09-201-0/+11
| | | | | | | PR: 193064 Notes: svn path=/head/; revision=368621
* Fix a minima the plugin breakage introduced by Net::DNS 0.75 and above.Rodrigo Osorio2014-07-231-0/+20
| | | | | | | | | | | | | | This bug is complex and must be fixed upstream (smokeping)[1]. [1] https://rt.cpan.org/Public/Bug/Display.html?id=96479 PR: ports/192037 Submitted by: feld Reviewed by: rodrigo (maintainer) Approved by: kwm (mentor) MFH: 2014Q3 Notes: svn path=/head/; revision=362694
* don't move files in stage dir anymoreRodrigo Osorio2014-07-192-6/+22
| | | | | | | | Submitted by: rodrigo (maintainer) Approved by: bapt (mentor) Notes: svn path=/head/; revision=362265
* - Update to new LIB_DEPENDS formatMark Felder2014-07-141-48/+18
| | | | | | | | | | | - Support STAGE - Clean up rc script - Move example configs to new .sample naming convention Sponsored by: SupraNet Communications, Inc Notes: svn path=/head/; revision=361779
* - Update to 2.6.9Guido Falsi2013-05-241-5/+5
| | | | | | | | | | | - Remove version numbers from LIB_DEPENDS PR: ports/178569 Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> (maintainer) Approved by: maintainer via private email Notes: svn path=/head/; revision=319016
* - Fix rc scriptSteve Wills2012-06-291-3/+42
| | | | | | | | | | | | - Remove @stopdaemon - Bump PORTREVISION PR: ports/169251 Submitted by: Mark Felder <feld@feld.me> Approved by: Rodrigo OSORIO <rodrigo@bebik.net> (maintainer) Notes: svn path=/head/; revision=300217
* - Fix build and installGuido Falsi2012-05-144-0/+70
| | | | | | | | | | | | | - Assign maintainership to submitter Also merged fixes by dikshie <dikshie@sfc.wide.ad.jp> (ports/162460). PR: ports/167868 Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> Approved by: crees (mentor) Notes: svn path=/head/; revision=296585
* - update to 2.6.7Lars Thegler2012-05-139-221/+70
| | | | | | | - pass maintainership Notes: svn path=/head/; revision=296529
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Fixed substitution in init scriptLars Thegler2010-02-161-2/+2
| | | | | | | | Submitted by: Martin Nielsen <charliewutwut@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=249951
* by switching to using $USERS & $GROUPS pkg-install is no longer requiredLars Thegler2010-02-152-0/+45
| | | | | | | | | | | | | pkg-deinstall only needs to handle the removal of the .pid file use @stopdaemon to stop smoking instead of invoking smokeping stop manually by pkg-deinstall use bsd.port.options.mk use SUB_FILES to update pkg-message PR: ports/143182 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Notes: svn path=/head/; revision=249882
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* Update to 2.4.2Lars Thegler2008-10-293-21/+26
| | | | | | | | | | | | | | | | From CHANGES: * added strict to both wrappers and fixed some followup errors -- tobi * kill taint error in Smokeping.pm -- tobi * better master/slave secrets documentation -- tobi * do not load :sys_wait_h from POSIX perl module since this seems to be missing in some linux distros and we can do alright without. Notes: svn path=/head/; revision=222200
* - Update to 2.4.1 [1]Lars Thegler2008-08-316-7/+18
| | | | | | | | | | | - Use proper PORTEXAMPLES - Start script updated to avoid deadlock with sshd PR: ports/126966 [mostly 1] Submitted by: chinsan Notes: svn path=/head/; revision=219540
* Update to 2.3.6Lars Thegler2008-05-014-16/+14
| | | | Notes: svn path=/head/; revision=212416
* - Update to 2.2.7Lars Thegler2007-12-214-17/+18
| | | | | | | | | | - Fix detection of running process, fixes [1] PR: ports/114593 [1] Submitted by: Tomoyuki Sakurai <cherry@trombik.org> [1] Notes: svn path=/head/; revision=204264
* Update to 2.1.0Lars Thegler2007-05-263-3/+3
| | | | Notes: svn path=/head/; revision=191917
* - Update to rcNG [1]Lars Thegler2006-12-122-29/+41
| | | | | | | | | | | - Include reload command [2] - Update MASTER_SITES PR: ports/103626 Submitted by: brd [1], Sean McAfee <smcafee@collaborativefusion.com> [2] Notes: svn path=/head/; revision=179561
* - Update to 2.0.9Lars Thegler2006-07-263-3/+3
| | | | | | | | | | | | - Permanent uid/gid [1] - Better handling of www uid [1] - Update WWW: URL in pkg-descr [1] PR: ports/96310 [1] Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=168806
* Update to 2.0.8Lars Thegler2006-04-143-3/+29
| | | | | | | | PR: ports/95156 [1], ports/95731 [2] Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> [1], Babak Farrokhi <babak@farrokhi.net> [2] Notes: svn path=/head/; revision=159495
* - Update to 2.0.5Lars Thegler2005-12-102-2/+2
| | | | | | | - Add SHA256 checksum Notes: svn path=/head/; revision=150805
* - Update to 2.0.3Lars Thegler2005-10-0617-199/+86
| | | | | | | - Added OPTIONS for more probes Notes: svn path=/head/; revision=144394
* Update to 1.42, and unIGNORELars Thegler2005-06-142-2/+2
| | | | | | | | PR: ports/81937 Submitted by: Krzysztof Stryjek <wtp+smokeping142@bsdguru.org> Notes: svn path=/head/; revision=137462
* Update to 1.40Lars Thegler2005-05-022-2/+2
| | | | | | | | PR: ports/80289 Submitted by: Daniel Johansson <donnex@donnex.net> Notes: svn path=/head/; revision=134509
* - Update to 1.38Lars Thegler2005-02-092-12/+10
| | | | | | | | | - Rearranged man pages and port docs accordingly Noticed by: Daniel Johansson <donnex@gmail.com> Notes: svn path=/head/; revision=128411
* Update to 1.31Lars Thegler2004-08-152-2/+2
| | | | Notes: svn path=/head/; revision=116273
* Update to 1.30Erwin Lansing2004-05-182-2/+2
| | | | | | | | PR: 66803 Submitted by: maintainer Notes: svn path=/head/; revision=109430
* - Update to 1.28Pav Lucistnik2004-03-292-2/+2
| | | | | | | | PR: ports/64890 Submitted by: Lars Thegler <lars@thegler.dk> (maintainer) Notes: svn path=/head/; revision=105604
* - Update to 1.27Pav Lucistnik2004-03-152-2/+2
| | | | | | | | PR: ports/64071 Submitted by: Lars Thegler <lars@thegler.dk> (maintainer) Notes: svn path=/head/; revision=104039
* - Update to 1.26Oliver Eikemeier2004-02-2416-0/+282
| | | | | | | | | | | | | | | - Use OPTIONS for optional dependencies - Change pkg-{,de}install to avoid risk of data loss when upgrading - Patch files instead of regexps in Makefile added a work around for PR 63293 PR: 63230 Submitted by: Lars Thegler <lars@thegler.dk> (maintainer) Reviewed by: clement Notes: svn path=/head/; revision=101972
* The 'restart' option of 'smokeping.sh' doesn't work properly,Edwin Groothuis2002-12-121-1/+1
| | | | | | | | | | as reported by Kent Kuriyama <kuriyakk@cpf.navy.mil>. PR: ports/45996 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=71569