Hi,
In Nagios, WATO, I have job service name like “job_100_abcd_TT”. Want to disable notifications for the services in HOST, ends with “TT”
How to filter and monitor the services that “ends with” string? I have used *, $, ? wildcards for this but unable to filter.
Once we added services, the keyword showing “service begins with”. Here I’m looking for the “service ends with”.
If no solution, then I need to change my job name, begins with “TT” (TT_job_100_abcd)
Regards,
Subbarao.
mysiddiq
(Ahmad Siddiq)
July 28, 2017, 7:40am
2
Hi Subbarao.
You can easily do that in Thruk. You can use Python regex in the Services page in Thruk.
For example, go to http://x.x.x.x/site/thruk/cgi-bin/status.cgi?host=all , filter your services using regex, select all and send the Disable Notifications command in the same page.
Hope it helps.
···
On Fri, Jul 28, 2017 at 3:22 PM, Subbarao Parupudi Subbarao.Parupudi@infor.com wrote:
Hi,
In Nagios, WATO, I have job service name like “job_100_abcd_TT”. Want to disable notifications for the services in HOST, ends with “TT”
How to filter and monitor the services that “ends with” string? I have used *, $, ? wildcards for this but unable to filter.
Once we added services, the keyword showing “service begins with”. Here I’m looking for the “service ends with”.
If no solution, then I need to change my job name, begins with “TT” (TT_job_100_abcd)
Regards,
Subbarao.
checkmk-en mailing list
checkmk-en@lists.mathias-kettner.de
http://lists.mathias-kettner.de/mailman/listinfo/checkmk-en
–
Best Regards,
Ahmad Siddiq b. Mohd Adnan Solution Architect, Xchanging Malaysia Sdn Bhd
International Award for Young People, Gold Award
LPIC-3 Security, Amazon AWS Solutions Architect Associate, Novell CLA, Novell DCTech, CCENT, Microsoft Certified Professional, MCTS Windows Server 2008
Mobile: +60 17 377-5007| Facebook: https://www.facebook.com/my.sidz
I’m using Nagios (check_mk) 1.2.4 and not Thruk.
Looking for solution in Check_Mk Nagios.
Regards,
Subbarao.
···
Hi Subbarao.
You can easily do that in Thruk. You can use Python regex in the Services page in Thruk.
For example, go to
http://x.x.x.x/site/thruk/cgi-bin/status.cgi?host=all , filter your services using regex, select all and send the Disable Notifications command in the same page.
Hope it helps.
On Fri, Jul 28, 2017 at 3:22 PM, Subbarao Parupudi Subbarao.Parupudi@infor.com wrote:
Hi,
In Nagios, WATO, I have job service name like “job_100_abcd_TT”. Want to disable notifications for the services in HOST, ends with “TT”
How to filter and monitor the services that “ends with” string? I have used *, $, ? wildcards for this but unable to filter.
Once we added services, the keyword showing “service begins with”. Here I’m looking for the “service ends with”.
If no solution, then I need to change my job name, begins with “TT” (TT_job_100_abcd)
Regards,
Subbarao.
checkmk-en mailing list
checkmk-en@lists.mathias-kettner.de
http://lists.mathias-kettner.de/mailman/listinfo/checkmk-en
–
Best Regards,
Ahmad Siddiq b. Mohd Adnan Solution Architect, Xchanging Malaysia Sdn Bhd
International Award for Young People, Gold Award
LPIC-3 Security, Amazon AWS Solutions Architect Associate, Novell CLA, Novell DCTech, CCENT, Microsoft Certified Professional, MCTS Windows Server 2008
Mobile: +60 17 377-5007| Facebook: https://www.facebook.com/my.sidz
Hi Subbarao,
this should also work with Multisite GUI. The service search is also using regular expressions.
You only have to type “TT$” inside quicksearch and that’s all.
br
Andreas
···
Subbarao Parupudi Subbarao.Parupudi@infor.com schrieb am Fr., 28. Juli 2017 um 09:49 Uhr:
I’m using Nagios (check_mk) 1.2.4 and not Thruk.
Looking for solution in Check_Mk Nagios.
Regards,
Subbarao.
From: Ahmad Siddiq [mailto:mysiddiq@gmail.com ]
Sent: Friday, July 28, 2017 1:11 PM
To: Subbarao Parupudi Subbarao.Parupudi@infor.com
Cc: checkmk-en@lists.mathias-kettner.de
Subject: Re: [Check_mk (english)] how to identify services “ends with” keyword
Hi Subbarao.
You can easily do that in Thruk. You can use Python regex in the Services page in Thruk.
For example, go to
http://x.x.x.x/site/thruk/cgi-bin/status.cgi?host=all , filter your services using regex, select all and send the Disable Notifications command in the same page.
Hope it helps.
On Fri, Jul 28, 2017 at 3:22 PM, Subbarao Parupudi Subbarao.Parupudi@infor.com wrote:
Hi,
In Nagios, WATO, I have job service name like “job_100_abcd_TT”. Want to disable notifications for the services in HOST, ends with “TT”
How to filter and monitor the services that “ends with” string? I have used *, $, ? wildcards for this but unable to filter.
Once we added services, the keyword showing “service begins with”. Here I’m looking for the “service ends with”.
If no solution, then I need to change my job name, begins with “TT” (TT_job_100_abcd)
Regards,
Subbarao.
checkmk-en mailing list
checkmk-en@lists.mathias-kettner.de
http://lists.mathias-kettner.de/mailman/listinfo/checkmk-en
–
Best Regards,
Ahmad Siddiq b. Mohd Adnan Solution Architect, Xchanging Malaysia Sdn Bhd
International Award for Young People, Gold Award
LPIC-3 Security, Amazon AWS Solutions Architect Associate, Novell CLA, Novell DCTech, CCENT, Microsoft Certified Professional, MCTS Windows Server 2008
Mobile: +60 17 377-5007| Facebook: https://www.facebook.com/my.sidz
checkmk-en mailing list
checkmk-en@lists.mathias-kettner.de
http://lists.mathias-kettner.de/mailman/listinfo/checkmk-en
If you want to make a rule and don’t do a quicksearch then you must write a valid regular expression.
In your example you must enter “.*TT$” inside the rule and it will work.
After you entered the regular expression the rule will be shown with “Service name is .*TT” without the “$” at the end.
You only see this if you enter your rule.
br
Andreas
···
Subbarao Parupudi Subbarao.Parupudi@infor.com schrieb am Di., 1. Aug. 2017 um 14:14 Uhr:
Hi,
Tried the option
$
symbol in service name… but not able to filter the services that ends with “TT”.
×
In below screen, looking for the condition «service name ends with» instead of like below.
If I add any word it’s changing to «service name begins with» agian.
Can someone help in this to get «end value» expression?
Regards,
Subbarao.
From: Andreas Döhler [mailto:andreas.doehler@gmail.com ]
Sent: Friday, July 28, 2017 1:25 PM
To: Subbarao Parupudi Subbarao.Parupudi@infor.com ; Ahmad Siddiq mysiddiq@gmail.com
Cc: checkmk-en@lists.mathias-kettner.de
Subject: Re: [Check_mk (english)] how to identify services “ends with” keyword
Hi Subbarao,
this should also work with Multisite GUI. The service search is also using regular expressions.
You only have to type “TT$” inside quicksearch and that’s all.
br
Andreas
Subbarao Parupudi Subbarao.Parupudi@infor.com schrieb am Fr., 28. Juli 2017 um 09:49 Uhr:
I’m using Nagios (check_mk) 1.2.4 and not Thruk.
Looking for solution in Check_Mk Nagios.
Regards,
Subbarao.
From: Ahmad Siddiq [mailto:mysiddiq@gmail.com ]
Sent: Friday, July 28, 2017 1:11 PM
To: Subbarao Parupudi Subbarao.Parupudi@infor.com
Cc: checkmk-en@lists.mathias-kettner.de
Subject: Re: [Check_mk (english)] how to identify services “ends with” keyword
Hi Subbarao.
You can easily do that in Thruk. You can use Python regex in the Services page in Thruk.
For example, go to
http://x.x.x.x/site/thruk/cgi-bin/status.cgi?host=all , filter your services using regex, select all and send the Disable Notifications command in the same page.
Hope it helps.
On Fri, Jul 28, 2017 at 3:22 PM, Subbarao Parupudi Subbarao.Parupudi@infor.com wrote:
Hi,
In Nagios, WATO, I have job service name like “job_100_abcd_TT”. Want to disable notifications for the services in HOST, ends with “TT”
How to filter and monitor the services that “ends with” string? I have used *, $, ? wildcards for this but unable to filter.
Once we added services, the keyword showing “service begins with”. Here I’m looking for the “service ends with”.
If no solution, then I need to change my job name, begins with “TT” (TT_job_100_abcd)
Regards,
Subbarao.
checkmk-en mailing list
checkmk-en@lists.mathias-kettner.de
http://lists.mathias-kettner.de/mailman/listinfo/checkmk-en
–
Best Regards,
Ahmad Siddiq b. Mohd Adnan Solution Architect, Xchanging Malaysia Sdn Bhd
International Award for Young People, Gold Award
LPIC-3 Security, Amazon AWS Solutions Architect Associate, Novell CLA, Novell DCTech, CCENT, Microsoft Certified Professional, MCTS Windows Server 2008
Mobile: +60 17 377-5007| Facebook: https://www.facebook.com/my.sidz
checkmk-en mailing list
checkmk-en@lists.mathias-kettner.de
http://lists.mathias-kettner.de/mailman/listinfo/checkmk-en