<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/watchcat/files/initd_watchcat, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2021-02-24T10:50:09Z</updated>
<entry>
<title>watchcat: update to support procd</title>
<updated>2021-02-24T10:50:09Z</updated>
<author>
<name>Nicholas Smith</name>
</author>
<published>2021-01-26T00:35:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=399279b363b23a541753e69a89c2a68b4e04a3fe'/>
<id>urn:sha1:399279b363b23a541753e69a89c2a68b4e04a3fe</id>
<content type='text'>
Signed-off-by: Nicholas Smith &lt;nicholas@nbembedded.com&gt;
</content>
</entry>
<entry>
<title>watchcat: add ability to restart interface + refactor</title>
<updated>2020-12-21T05:16:16Z</updated>
<author>
<name>Nicholas Smith</name>
</author>
<published>2020-12-13T11:33:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4974af70bd93d194b3f248b736c34c0fff1d8b89'/>
<id>urn:sha1:4974af70bd93d194b3f248b736c34c0fff1d8b89</id>
<content type='text'>
Signed-off-by: Nicholas Smith &lt;nicholas@nbembedded.com&gt;
</content>
</entry>
<entry>
<title>watchcat: add support for specifying ping packet size</title>
<updated>2020-12-14T03:17:16Z</updated>
<author>
<name>Nicholas Smith</name>
</author>
<published>2020-12-13T06:59:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a4ce06de1c303f39fea65e496ec929b99b0586d4'/>
<id>urn:sha1:a4ce06de1c303f39fea65e496ec929b99b0586d4</id>
<content type='text'>
Signed-off-by: Nicholas Smith &lt;nicholas@nbembedded.com&gt;
</content>
</entry>
<entry>
<title>watchcat: refactor function names</title>
<updated>2020-12-14T03:16:58Z</updated>
<author>
<name>Nicholas Smith</name>
</author>
<published>2020-12-13T06:01:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ddd272931383ce0ecebfbd29a28371f00744f92a'/>
<id>urn:sha1:ddd272931383ce0ecebfbd29a28371f00744f92a</id>
<content type='text'>
Signed-off-by: Nicholas Smith &lt;nicholas@nbembedded.com&gt;
</content>
</entry>
<entry>
<title>watchcat: add nopingtime option + refactoring</title>
<updated>2020-11-19T11:50:39Z</updated>
<author>
<name>Vasily Trotzky</name>
</author>
<published>2020-11-19T11:50:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=56b842f0b7a7c0e0d8d962ff4a6f900005e67056'/>
<id>urn:sha1:56b842f0b7a7c0e0d8d962ff4a6f900005e67056</id>
<content type='text'>
nopingtime UCI option rationale:
I want relatively fast reaction(i.e. 1m or 2m) for 'no internet' condition,
but i don't want my router to reboot every 1 minute if there is still no
internet after reboot.

initd_watchcat:
* add: nopingtime uci option support
* add: defaults to all non-critical options
* add: log warnings for non-critical errors(when option is missed and
default is applyed)
* fix: error handling and config_get defaults are somtimes in conflict
because of config_get defaults. They are gone now, error handling improved.
* fix: calling watchcat.sh with 'period' mode instead of 'ping'. Typo?
* fix: pingperiod default changed from period/20 to more reasonable period/5

watchcat.sh:
* add: nopingtime uci option support( sleep if uptime &lt; nopingtime )
* remove: [ "$mode" = "allways" ] &amp;&amp; mode="always" - not needed, already
done by initd_watchcat in load_watchcat() func
* add: echo 1 &gt; /proc/sys/kernel/sysrq before sysrq-trigger
* refactor: eliminated once used not needed variables, code size reduced.

* PKG_RELEASE bumped up

Signed-off-by: Vasily Trotzky &lt;trotzky.vas@gmail.com&gt;
</content>
</entry>
<entry>
<title>Force a kill of the existing Processes to make sure they are left and the processes begin to stack up.</title>
<updated>2017-11-02T20:52:00Z</updated>
<author>
<name>AaronA</name>
</author>
<published>2017-11-01T19:57:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8e1e4d7d2d2bfe88c1b14a8e844222278e12fccc'/>
<id>urn:sha1:8e1e4d7d2d2bfe88c1b14a8e844222278e12fccc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>watchcat: fix operation of mode 'always'</title>
<updated>2016-08-24T13:47:58Z</updated>
<author>
<name>ascob</name>
</author>
<published>2016-08-24T13:47:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6065f01ffac32c739c14b8f8b52e6ba07056ddb8'/>
<id>urn:sha1:6065f01ffac32c739c14b8f8b52e6ba07056ddb8</id>
<content type='text'>
This patch fixes the watchcat init script in case of mode 'always'.
This mode just needs the config parameters: mode, period and forcedelay.
But a wrong check against the variable pingperiod, needed in the mode 'ping'
prevented mode 'always' to work properly.

Signed-off-by: Tobias Ilte &lt;tobias.ilte@campus.tu-berlin.de&gt;
</content>
</entry>
<entry>
<title>utils/watchcat: Fix some typos (mostly found by codespell)</title>
<updated>2016-04-30T07:46:34Z</updated>
<author>
<name>Stefan Weil</name>
</author>
<published>2016-04-30T07:46:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=afbe8dcb877ffed7409bdd766612e592be7e0671'/>
<id>urn:sha1:afbe8dcb877ffed7409bdd766612e592be7e0671</id>
<content type='text'>
Note that this implies an API change (allways -&gt; always).
The wrong spelling "allways" is still accepted for backward compatibility.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</content>
</entry>
<entry>
<title>watchcat: add with myself as maintainer</title>
<updated>2014-08-14T02:37:44Z</updated>
<author>
<name>Roger</name>
</author>
<published>2014-08-14T02:37:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f749bd72375d33932b9381d35e6446b18430e484'/>
<id>urn:sha1:f749bd72375d33932b9381d35e6446b18430e484</id>
<content type='text'>
Signed-off-by: Roger D rogerdammit@gmail.com
</content>
</entry>
</feed>
