<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>CheckCentral RSS: Checking two strings on one line</title>
<atom:link href="https://www.checkcentral.cc/Discussions/RSS/?TopicID=27706968-3437-40be-897e-ad2bc7219ff4" rel="self" type="application/rss+xml" />
<link>https://www.checkcentral.cc/Discussions/RSS/?TopicID=27706968-3437-40be-897e-ad2bc7219ff4</link>
<description>CheckCentral RSS: Checking two strings on one line</description>
<lastBuildDate>Mon, 25 May 2026 22:30:49 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.checkcentral.cc/Discussions/RSS/?TopicID=27706968-3437-40be-897e-ad2bc7219ff4</generator>
<item>
<title>RE: Checking two strings on one line</title>
<link>https://www.checkcentral.cc/Discussions/View/checking-two-strings-on-one-line/?ID=27706968-3437-40be-897e-ad2bc7219ff4#4</link>
<pubDate>Thu, 25 Jul 2019 14:21:30 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.checkcentral.cc/Discussions/View/checking-two-strings-on-one-line/?ID=27706968-3437-40be-897e-ad2bc7219ff4#4</guid>
<category>CheckCentral</category>
<description><![CDATA[There isn't, no. You could do something like this though:
Body Text Complex Match SERVER1 +GB
Body Text Doesn't Contain SERVER1 0.0GB
That would make sure that the backup size is in the email, and that it's not 0.0GB.
If you're still stuck, could you attach one of the success emails, and one ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
There isn't, no. You could do something like this though:<br/>
<br/>
Body Text Complex Match SERVER1 +GB<br/>
Body Text Doesn't Contain SERVER1 0.0GB<br/>
<br/>
That would make sure that the backup size is in the email, and that it's not 0.0GB.<br/>
<br/>
If you're still stuck, could you attach one of the success emails, and one of the fail emails so that I can have a look at it?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Checking two strings on one line</title>
<link>https://www.checkcentral.cc/Discussions/View/checking-two-strings-on-one-line/?ID=27706968-3437-40be-897e-ad2bc7219ff4#3</link>
<pubDate>Thu, 25 Jul 2019 12:44:04 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.checkcentral.cc/Discussions/View/checking-two-strings-on-one-line/?ID=27706968-3437-40be-897e-ad2bc7219ff4#3</guid>
<category>CheckCentral</category>
<description><![CDATA[Hi Keith, thanks for the reply.
For the second case, would it be possible to search inline for the backup size and demand that it must have two characters before the period?
Because mostly when my backups fail, it'll show like:
Server1 0.0GB]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi Keith, thanks for the reply.<br/>
<br/>
For the second case, would it be possible to search inline for the backup size and demand that it must have two characters before the period?<br/>
<br/>
Because mostly when my backups fail, it'll show like:<br/>
<br/>
Server1 0.0GB
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Checking two strings on one line</title>
<link>https://www.checkcentral.cc/Discussions/View/checking-two-strings-on-one-line/?ID=27706968-3437-40be-897e-ad2bc7219ff4#2</link>
<pubDate>Thu, 25 Jul 2019 01:38:41 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.checkcentral.cc/Discussions/View/checking-two-strings-on-one-line/?ID=27706968-3437-40be-897e-ad2bc7219ff4#2</guid>
<category>CheckCentral</category>
<description><![CDATA[For the first one, you can do something like this when using the complex match mode:
LTO5DRV1 +YES
For the second one, we don't currently have a way to do math in the criteria, but it's something we may add in the future. I'll add your info to the open feature request and we'll definitely let y...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
For the first one, you can do something like this when using the complex match mode:<br/>
<div class="Inline"><pre>LTO5DRV1 +YES</pre></div><br/>
<br/>
For the second one, we don't currently have a way to do math in the criteria, but it's something we may add in the future. I'll add your info to the open feature request and we'll definitely let you know if/when we're able to implement it.<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>Checking two strings on one line</title>
<link>https://www.checkcentral.cc/Discussions/View/checking-two-strings-on-one-line/?ID=27706968-3437-40be-897e-ad2bc7219ff4</link>
<pubDate>Wed, 24 Jul 2019 20:05:10 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.checkcentral.cc/Discussions/View/checking-two-strings-on-one-line/?ID=27706968-3437-40be-897e-ad2bc7219ff4</guid>
<category>CheckCentral</category>
<description><![CDATA[Hello,
I'd like to know if complex searches can match against two given strings on the same line.
There are two necessary use cases:
1- We check if a tape library's drives are online. There are several lines. It appears as:
LTO5DRV1 YES/NO
If possible i'd like to match a sucess only if it fi...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hello,<br/>
<br/>
I'd like to know if complex searches can match against two given strings on the same line.<br/>
<br/>
There are two necessary use cases:<br/>
<br/>
1- We check if a tape library's drives are online. There are several lines. It appears as:<br/>
LTO5DRV1 YES/NO<br/>
<br/>
If possible i'd like to match a sucess only if it finds YES on that same line.<br/>
<br/>
2- Check if a given server transferred more than X amount of GBs. On the backup report, we receive how many GBs of backup each server transferred. It appears as:<br/>
SERVER1    30GB<br/>
<br/>
If possible, I'd like to match success only if that server transferred more than 30GB.
</div>
]]></content:encoded>
</item>
</channel>
</rss>