<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/plugins-scripts/check_log.sh, branch 3.0.0-rc3</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=3.0.0-rc3</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=3.0.0-rc3'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2023-05-02T07:40:35Z</updated>
<entry>
<title>also fixed the --help returns</title>
<updated>2023-05-02T07:40:35Z</updated>
<author>
<name>MisterMountain</name>
<email>bjoern.berg@netways.de</email>
</author>
<published>2023-05-02T07:40:35Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=21885d85d54ce2afe7b9bf962348dc60e31442e0'/>
<id>urn:sha1:21885d85d54ce2afe7b9bf962348dc60e31442e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed the outputs of the --versions options on 3 scripts</title>
<updated>2023-04-11T14:26:12Z</updated>
<author>
<name>MisterMountain</name>
<email>bjoern.berg@netways.de</email>
</author>
<published>2023-04-11T14:26:12Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=5af4db7b4169acee20bfa2d637ce3f3eb5bdef47'/>
<id>urn:sha1:5af4db7b4169acee20bfa2d637ce3f3eb5bdef47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix indents</title>
<updated>2023-01-20T08:11:26Z</updated>
<author>
<name>lgmu</name>
<email>80966566+lgmu@users.noreply.github.com</email>
</author>
<published>2023-01-19T10:37:45Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=b153a8c499802c2fdba199e84f5f7426ff4c0748'/>
<id>urn:sha1:b153a8c499802c2fdba199e84f5f7426ff4c0748</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added --exclude, cleanup args, fix -a count bug</title>
<updated>2023-01-20T08:11:26Z</updated>
<author>
<name>lgmu</name>
<email>80966566+lgmu@users.noreply.github.com</email>
</author>
<published>2023-01-19T10:33:25Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=db1f87c39e0ff0d76d13babfcbb332c4cc3ad0fe'/>
<id>urn:sha1:db1f87c39e0ff0d76d13babfcbb332c4cc3ad0fe</id>
<content type='text'>
Added --exclude to exclude patterns
Cleaned up duplicated code in the args
Fixed a bug when using --all because the count always returned "1" even when nothing matched

entry=$($GREP "$query" "$tempdiff")
count=$(echo "$entry" | wc -l)

Example:

$ touch testfile
$ TEST123=$(grep 'test' testfile)
$ echo "$TEST123" | wc -l
1</content>
</entry>
<entry>
<title>Apparently Dash is not Bash, so -v does not work</title>
<updated>2021-12-19T23:08:24Z</updated>
<author>
<name>RincewindsHat</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2021-12-19T23:08:24Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=c1bf69c3a6a52c714e27107219e402bbecd7c000'/>
<id>urn:sha1:c1bf69c3a6a52c714e27107219e402bbecd7c000</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Missing oldlog now aborts check_log</title>
<updated>2021-12-02T16:10:57Z</updated>
<author>
<name>RincewindsHat</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2021-12-02T16:10:57Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=5a81bd813ecae7c6492e4eac001331973d9594b3'/>
<id>urn:sha1:5a81bd813ecae7c6492e4eac001331973d9594b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into fix/shellcheck</title>
<updated>2021-12-02T15:42:05Z</updated>
<author>
<name>RincewindsHat</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2021-12-02T15:42:05Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=911e44045d7291f5ede22739fd176ef55dd3de4a'/>
<id>urn:sha1:911e44045d7291f5ede22739fd176ef55dd3de4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add quoting for the remaining variables</title>
<updated>2021-07-05T07:56:19Z</updated>
<author>
<name>rincewind</name>
<email>rincewind@vulgrim.de</email>
</author>
<published>2021-07-05T07:56:19Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=10db89344adc7dad1d1ec4ac00e4fadc6b79fa72'/>
<id>urn:sha1:10db89344adc7dad1d1ec4ac00e4fadc6b79fa72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add -a option to print all matching lines and -p and -e options for perl and extended RE</title>
<updated>2021-07-02T16:38:12Z</updated>
<author>
<name>rincewind</name>
<email>rincewind@vulgrim.de</email>
</author>
<published>2021-07-02T16:38:12Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=53b77dee91f780b4d78839f881c642189b829e3c'/>
<id>urn:sha1:53b77dee91f780b4d78839f881c642189b829e3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add extended and perl regex</title>
<updated>2021-07-02T16:01:47Z</updated>
<author>
<name>rincewind</name>
<email>rincewind@vulgrim.de</email>
</author>
<published>2021-07-02T16:01:47Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=c2aa1a5fa2dd96c7186704901d33721a63b9cd03'/>
<id>urn:sha1:c2aa1a5fa2dd96c7186704901d33721a63b9cd03</id>
<content type='text'>
</content>
</entry>
</feed>
