Issue in URL Monitoring

Issue in URL Monitoring

We had an issue with the URL monitoring, on checking we found out that the network team started blocking HTTP traffic from their location (where our stand alone shipper is), so instead of using the stand alone shipper we used our main shipper (Cloud) to monitor them. It was working fine for 3 days, again it showed down and when the heartbeat was restarted, it started working fine….now again it is showing down and issue seen is ‘Too many open files’, ‘no such host

Solution:

On the shipper where heartbeat is running

As vunet user do
crontab -e

* * * * * /bin/ps -eaf | /bin/grep -w heartbeat | /bin/grep -v god | /bin/grep -v grep | /usr/bin/awk ‘{ print $2}’ | xargs -I {} sudo /usr/bin/prlimit –pid {} –nofile=9000:9000

 

This cron job increases the open file limit for heartbeat process

    • Related Articles

    • Account Locked while accessing vusmartmaps URL 334

       Solution Document ICICI || Account Locked while accessing vusmartmaps URL Overview General/Customer specific General Author Akash Thosare Reviewer NA Approver  NA  Release date 18/08/2022 Product Version 8.5r5 Audience: ...
    • Do we support IIS web-server monitoring

      Question: Do we support IIS web-server monitoring. If not then is it possible through some custom ways. Ans: Yes. We support IIS server monitoring in two ways: Using our Healthbeat Agent’s IIS module. We have also added some WMI queries to fetch more ...
    • [RBL] Issue With Data Indexing

      There is following issue with the RBL project.  We are monitoring ESB as an application in RBL. Currently, I am not able to see proper data getting indexed. Redis queue building up and dequeuing is also happening properly. There is no error in ES as ...
    • Issue with installation of BC Commands

      While running ES script of diskio, there are some calculations done using BC command. But in RBL environment, BC command is not installed. While installing BC command there is following error: Please suggest a fix to this issue. The issue got ...
    • Issue with analyser logstash

      Question: In intellect analyser logstash is in excited state. Even after restarting the service it’s again going into excited state. There is no space issue also . Data has stopped coming from last night 11:00pm.  Following errors seen in logstash ...