Adding SSL on Monitoring
Hello i was wondering how will i add a SSL monitoring if the domain goes like this *.yoursdomain.com. I tried to added it and getting configuration error. Any suggestion and inputs is welcome. TIA!
Linux delay in each CPU poll
Hello, I would like to know if it is possible to set a delay when the information is about the CPU is sent back from the server. A value is taken every minute but I have scheduled tasks at the same time and I would like the values to be taken after 30 seconds, the time the scheduled tasks are finished. Thanks for all Have a nice day
Exclude disk partitions from monitoring
Is it possible to exclude certain disk partitions from threshold monitoring? On AWS EC2 instances I have multiple disks/partitions and two of those partitions e.g. /snap/core/5328 are always at 100% full. Becaues of this, they make my site show as being in "Trouble". I would like to be able to exclude partitions automatically from monitoring by including something in the threshold profile to ignore any partition that starts with /snap (e.g. /snap/*). I think it is possible to do this manually, but
Server agent delaying apache
Hi all I've had an issue with Apache taking a long time to restart, up to 15mins. Or in a few cases does not start at all. After some digging around, I found that when I'd restarted services I noticed "136.143.189.136:443 CLOSE_WAIT 1821/Site24x7Agent" in the tcp stack. And if I killed this process Apache started immediately. Has anyone come across this issue before, and if so, what was the solution? Thanks in advance.
Linux shell script monitor all my custom processes
I see the process.sh file in the script folder but it's hard to edit it to suit my needs. Is there a simpler way to manage the processes that I have created and check if it's running or not, for example: process_name1, process_name2, process_name3 ... Thanks,
Shared dashboard widgets color stuck in night mode
Hi All Our shared dashboard widgets are stuck in the night mode. Though the widgets on the original dashboard do not have such problem is it a bug? Or just a config somewhere? Same on FF, Edge, Chrome
File check from dynamic location.
is it possible to apply a size check for log file where the file name remains same and location keeps changing for each server? do we have to configure it on each system separately or we can configure it centrally and apply on a monitor group?
Bulk actions/rules on EC2 monitors
Hi, I try to modify our existing EC2-monitors (i want to change user alert groups), with a bulk action, but the modification doesn't seem to happen. I also tried the same with creating a rule, and replace the user alert groups that way, but also that fails. For our server monitors this works both ways, but on our windows-machine EC2 monitors nothing changes with a bulk action or rule. Any idea what could cause this? Could something be blocked on windows-level? What's the mechanism behind the bulk
API documentation feedback
Hello, I've been working with the API recently and struggled a little with the documentation at www.site24x7.com/help/api/. The content is good, however there are a few issues: It is one huge web page and initial load makes the browser slow to a crawl. Searching relies solely on browser functionality, which doesn't scale to such a large web page. Navigating and knowing where you are is very difficult. This is particularly exacerbated when the same concept is repeated but in different contexts. Example,
Does Site24X7 provide the possibility to monitor Oracle ASM disk volumes?
Hi, We want to monitor Oracle ASM Disk volumes, but i'm not sure that's possible in site24x7? I have looked into the documentation, but i can't find much that concerns ASM. Is there a way to do this? Eventually with some plugin? Best regards, Ruben
I need help to add Device template
Dear All, Good day I need any steps or videos explain how to add device template in site24x7 dashboard because i can't find our router in templates. Thank you Best regards
Monitor consumers in each queue in RabbitMQ
I want site24x7 to alert me whenever there is no consumer in a queue. We have many queue in RabbitMQ and we want that each queue should have at least 1 consumer. If at any point of time the consumer becomes 0 in any of the queue then we should receive an alert. Can this be done using site24x7? Is there any script using which we can achieve this?
Automate maintenance mode
We stop multiple AWS Ec2 instance multiple times in a day so I am looking for a way to automate maintenance mode. I want that as soon as any EC2 instance is stopped, it should be placed on to maintenance mode and as soon as it is started, the maintenance mode should turn off itself. Is this scenario achievable using site24x7?
worktime employee monitoring Just an advice
We've been using worktime employee monitoring software for a long time. And we thinking of trying smth new like site24/7. Do you provide such service for monitoring employees and their work activities? I see there's something similar to site24/7 network monitoring, right?
Kubernetes pods monitoring
Hello, We're currently using kubernetes cluster and would like to know if it can be also monitored by site24x7? Thanks, Jonathan Gante Sr. System and Network Administrator Promotexter Phil. Inc.
SQL Server Database File Growths Remaining Thresholds
Is it possible to monitor how many file growths are possible for SQL databases -- data and log files? For example, I know I can monitor the percentage of free space available on a hard drive, but I would also like a monitor that tells me how many times a data file or log file could grow based on the current growth settings in Sql Server and the current available free space of the hard drive.
Time assertions in Web Transaction (Browser)
Hi, I'm trying to measure performance of a whole Web Transaction workflow. My use case is measuring how much time registering a user takes (it's a few forms to fill, a few buttons to click) and ideally raise an alert if it takes more than X. Is this possible using Web Transaction (Browser) monitor? If not, is it achievable using a different monitor?
sFlow Integration?
Does Site24x7 support sFlow? I saw one post in the community 2 years ago saying they are adding it to the roadmap, but no further information.
Meraki Cloud Controller
Hi I followed the procedure in order to monitor the Meraki Cloud with snmpv2 but it doesn't work : no monitors are shown in the dashboard. Thanks in advance
i set the proxy,but it still report "Unable To Reach The Server plus.site24x7.cn : 443"
i set the proxy,but it still report "Unable To Reach The Server plus.site24x7.cn : 443"
Issues when trying to POST data to rum trace from a JS script
Hi there We are experiencing the following on AWS The origin (masked) is headless api custom gateway and has Access-Control-Allow-Headers already enabled, using cloudfront as a static content caching.
Auto-close Incidents in Opsgenie
Hello Team, In my current environment, we have grafana and opsgenie integrated for alerting purpose. Whenever a alert is generated from grafana, an incident is created in Opsgenie (this is working as expected) but whenever the alert in grafana goes back to normal state, the incident ticket which is open in opsgenie is not getting auto closed. Due to this we are facing issues in getting proper alerts and incident tickets via opsgenie. Can someone help me why this is not working? Should i make some
MRTG Graph as a standard report for network devices
Hi, I wanted to ask if there is a roadmap to include MRTG graph for network interfaces in network devices as a standard report. it would help users who use 24X7 as a monitoring tool for network devices and backhaul. Regards, A Ganguly
Create Threshold Profile for Plugin Template via REST API
Hello Forum, I am trying to create a Threshold Profile for a plugin, however I cannot seem to find the correct Type in the API documentation. Could someone give me a hint where this type is hidden? Does this even work at all? I can find all sorts of threshold/availability profile types in the documentation but not for a plugin. Any help is appreciated! Thanks!
How to use proxy
Linux how to use proxy
HTTP Response Headers with multiple values does logical AND
Hi, I would like to get a notification if a website is served from CDN stale cache. In order to do that, I need to make sure that the response header does not have: cf-cache-status: STALE Checking for multiple values in a header ("HIT" "MISS" "EXPIRED") does not work because it expects to get them all (logical AND). I would need a logical OR there. Otherwise, a way to tell my monitor that the header should not contain "cf-cache-status: STALE". Any idea? Thanks, Andres
Jsonpath assertion
I have an api simply responses a json {"is_reset": true/false} For the synthetic monitor step's content check section JSONPath expression field can I just use $.is_reset for the assertion? Will it mark the monitor down when the response is false?
"error_code": 1100, "message": "You are not authorized to perform this operation"
Hi Support, I am having issue getting list of monitors from Site24x7 API. I have already looked through earlier topics to troubleshoot but no success. I have tried below. 1) I have generated the zaaid and passing it in the header. 2) I have created scope for listing monitors as Site24x7.Admin.Read & also tried Site24x7.Admin.All. Still getting same error message. I have tried various scopes and tried other operations but continue getting this error message. I am testing the API from postman, I have
Test response of polling in Web Transcation
Hi team, I'm new to web transactions and would like to test a workflow that involves clicking a button that starts a polling process. The polling requests elicit a 204 (no content) response until the data has been processed, at which point the server returns 200 and some data. I would like the transaction to fail if the polling does not get a http response of 200 within an allocated amount of time (say 45 seconds). So far, I've recorded this interaction with the 24x7 transaction recorder, but I'm
Creating Alerts for All Error and Critical Windows Event Log
Hi!, Can I create a check which send alerts for any Error or critical event Logs? I want every time I had a error or critical it will send me and alert. No specific Event or ID.
vcenter polling and stats collecting
I managed to add my vcenter monitor. I am also using a poller. The vcenter recognizes the hosts, clusters, etc. but does not automatically discover the VMs. I was under the impression that once I entered in the vcenter monitor, it would automatically map out all of my devices and will pull stats directly from vcenter? It also does not show my any stats for the hosts it discovered. All I see is the availability percentage for vcenter. Why isn?t it discovering and polling the individual hosts and VMs?
Increase the components list threshold per each Status page in StatusIQ
Hi, Could you please check the feasibility of Increasing the number of components list threshold from 50 to 'N' number depending up on client requirement if they are ready to pay for the extra components (you can charge like an extra page if the count increases more than 50). This will help us using in using a single status page and dashboard instead of multiple pages and searching for components to raise an incident. Regards, Kishore
Haproxy Attributes
Hello, We've been using haproxy plugin and a bit confused with amount of attributes that shows up on site24x7. We have 100+ services and 65 proxies in our Haproxy, but Site24x7 only shows about 26-28 attributes regardless of metrics monitored, we've tried 2-3-5 different metrics at the time, but we still get pretty much the same amount of attributes in Site24x7. Is there any limitation to it? Can we somehow increase that? Thanks,
WHat does this mean Swap Memory Utilization exceeds 95 %.
WHat does this mean Swap Memory Utilization exceeds 95 %. We have several servers that gets these notfications
polling public IP of device and alerting
hello. I was wondering if it's possible to run a windows command like this "nslookup myip.opendns.com resolver1.opendns.com" to query the public ip and display it in under Network tab in devices. Also alert when this changes or is not in a whitelist (not sure if this is possible). Has anyone implemented such feature? Thank you
Monitor SIP OPTIONS (Health) at various IPs/DNS addresses (Support SRV Lookup as well).
Good evening. Hoping someone knows of or knows how to write a plugin that would allow SIP Health (Options requests) monitoring of various IP/DNS/SRV targets. It should check on a programmable interval to ensure the SIP OPTIONS request is answered with a response stating the SIP endpoint can process calls. SRV records should return all targets, and any that are down, turn the state to YELLOW, unless all are down, then it should go RED. Does anyone have any thoughts on such a capability? Seems like
no email and call alert received me
Hi, I am not able to received call and email past 2 hrs from 24x7. please any one help and support. also any one have India support details so its better for us to communication.
Response Time SLA - Unable to control report data for clients
Greetings, We have a client to whom we need to send monthly metrics around our websites' load times based around a specific millisecond-based SLA; while we have numerous polling sites assigned to these "Web Page Speed (Browser)" monitors, following a support call with Site24x7 technical support to address erroneous data represented by our main polling site, we learned several things about this check: 1) Unlike applying maintenance windows/removing outliers for "Availability SLA", is not possible
New location in Poland
Hi, Could it be possible to add a new monitoring location in Poland? Warsaw is buggy and it's not working correctly.
Monitor for number of files in the directory
We have a load of print servers in our estate, which sometimes error with a load of jobs stuck in the queues. There's very little to monitor for this error, until users call saying they can't print! A check for a threshold breach of number of files in a specific dir would be really useful for this, and probably a bunch of other uses too.
Next Page