Informatica PowerCenter
Hi Site24x7 Does your site supports a monitoring plugin to Informatica PowerCenter repository? Regards, Uri
Is there any way to check API response elements Date
Hello, I have API, that gives most-read articles in some timestamp. The thing is i want to check that lets say there is at least one articles newer than 3 days. API gives Json response with all the article titles, links etc and also includes Date. Im wondering if there is any way to check this with Site24x7 (preferably with Web API monitoring)? Thankyou
Monitoring a mount point
Is there a way to monitor mount points, and alert if they are not mounted, or another error occurs? OS: Linux Monitor: Standard linux host monitor Yesterday one of our servers was restarted (by accident, I swear) and on boot it did not recover it's it's NFS mount. This caused a production problem (apart from the restart) and so .. can site24x7 track mounts and alert if they are not mounted? Thanks, BDunbar Reliam
Good starting values for MS Exchange Monitor Thresholds
Hi all, Has anyone setup custom thresholds for their MS Exchange Monitors? We have about 600 active users, just wondering if anyone has configured decent values for IOPs, access time, etc, or are the default (empty) values acceptable? Thanks!!
Be able to poll SNMP OIDs that are of type string
We have a Firewall who's Memory statistics are represented as a string instead of an integer. Site24x7 currently only supports SNMP responses returned as integer values and as such I cannot query my FW for memory utilization.
Total Handlecount of a specific user in linux
Can we get total Handlecount of specific user instead of a process, this will help to track if we are within ulimit we specified for openfile. Process are dynamic ,they create and vanish so we miss track of their stats but user account will stay and we can check what ulimit we reached at specific time of day
persistent alerts email treshold
is 30 right now. in some cases like weekends, 30 will not be enough. will make sense make this number higher (like 200 ) or customizable
SNMP monitor for servers
I would like to monitor Windows server 2008 using the SNMP, Do you have any device template for this? So that I can see the additional information?
Can APM php agent support Centos 6 (6.9)?
Hi, all our production servers are running Centos 6.9. When I follow the APM php agent installation guide here (www.site24x7.com/help/apm/php-agent/install-php-agent.html). It always fails due to GLIBC version too low. [root@server6 bin]# sudo sh configure.sh us_f4e336487890xxxxxxxxxxxxxxxxxxx ./installer: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./installer) Error while installing phpagent I believe all Centos 6 OS only comes with GLIBC 2.12. Is there any way I can install the
Monitoring recommendation for Salesforce and Netsuite?
We use a couple third-party sites for business, such as Netsuite and Salesforce. They have external status websites for status. For example https://status.netsuite.com/, has Application UI, SuiteCommerce - Websites, SuiteCommerce - Checkout, Email, etc. Is there a way Site 24x7 could monitor each of these components? I came across content changing but that seems a little unreliable
Webhook notification when an outage clears
Hi, We would like to receive a webhook notification at the end of an outage. Not just at the start. We're integrating our different monitoring systems in one system where we can monitor and create ticket into our ticketing system from a single place. In order to keep this "umbrella" alarm-monitor tool always showing the correct alarming state it should also automatically cancel any alarm. Right now that means that as soon a receive an outage notification via my webhook integration I need to start
Web Transaction polling and Next Poll time
Hello, I am trying to set up some Web Transaction monitors to fill out some data on a PHP form and then submit it. I was able to use the Web Transaction Recorder and was able to get the monitor to work. I'm now seeing an odd behavior where when the monitor polls the site, it completes and submits the form twice. I'm not seeing anywhere that would cause this, so I'm not sure if this is intended behavior or if something else is going on. The other item I was looking for was the "Next Poll" time. I
Get the User name of the current users accessing the exchange server
In your MS Exchange Monitor I get the Current user Count, but I need to get the User-Names of the current users. There is somebody who is misusing the Email-messages in certain hours – I want to know who he is. Sincerely Marian Königsberger Str. 12 D-72622 Nürtingen tel.: +49 7022 / 308 4005 fax: +49 7022/ 308 4006 mobil: +49 1525 / 387 50 45 e-mail: marianmolc@gmail.com
Issue while getting data using API
Hi Suddenly I started Getting the Error "The remote server returned an error 403 forbidden" in My C# Code while getting data from Site24 API . It was working few days back but now stopped working. Below is my Code. Token is also active in account. What i am missing. ? innerurl = "https://www.site24x7.com/api/reports/sla_reports/availability?period=3";
var httpWebRequest = (HttpWebRequest)WebRequest.Create(innerurl);
httpWebRequest.ContentType = "application/json";
httpWebRequest.Accept = "*/*";
httpWebRequest.Method = "GET";
httpWebRequest.Headers["Authorization"] = "My
Add New Time Periods for Reporting.
I would like to publish summary reports to our internal SharePoint sites for rolling last 3 months, 6 months and 12 months and currently the only options that are available last month or a custom time period.
Perfromance reports using APIs
Hi All, We are using API calls to generate the performance reports. On the console we have the memory values but when we are dowloading report file or doing it using performance API we are not getting the Memory utilisation even though we installed server monitor agent. Please suggest any other way to get these details.
Log4j 2 Maven dependency issues
I am trying update log4j version to 2.x. But the spring platform-bom is already using managed log4j of 1.2.x. I commented out the existing log4j and tried using the following <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core --> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.11.2</version> </dependency> But on server startup I get the following error nested exception is com.google.inject.internal.util.$computationException:
Not getting sql statements in Node.js traces
Hi Team, Unable to get SQL queries while monitoring node.js APM Can you please tell me how can I get SQL Statements in Traces.
SQL Script
Has anyone create a VB script plugin with a SQL (MSSQL) script? We currently use OpMan but am in the process of moving everything into Site24x7. I'd like to collect some SQL metrics specific to our system. Example is replication transactions... Here is what OpMan runs: TAB = chr(9) Const adOpenStatic = 3 Const adUseClient = 3 Set objConn = WScript.CreateObject("ADODB.Connection") Set objRS = WScript.CreateObject("ADODB.Recordset") objConn.CommandTimeout =300 strConn = "Data Source=A_NAME;Initial
Plugins stopped polling
After an auto upgrade of the agents on the servers we have noticed a load of our plugins have stopped working. They are set to be monitored every 1 min, so the fact that they have not been polled for 16 days is a real concern for us. Why when there is a discrepancy between the polling setting and the actual time between getting polled data is so large are we not notified or something highlighted? Also if the auto upgrade ofccurs and everything does not work as before, why is this not rolled back?
SAML SSO with zoho and Moodle
Hi, I am trying to implement sso between Moodle and zoho CRM, but I am stuck as to what things i need to configure on Moodle end and what things to provide to the zoho app. Can anyone help? Thanks, Surendra Prasad
DNS Domain Zone Transfer Monitoring
Hi, Zone Transfer allows the all DNS Records in a domain, to be "copied" out. In security point of view, of course public Zone Transfer should be disabled. Can Site24x7 monitors whether a specific Domain DNS Server has enabled the Zone Transfer publicly or not? Thanks.
Signals Slack subscription
Signals looks great but we would like to send status changes to a Slack channel. Any plans for a native Slack integration? Thanks Phil
Free Ping Monitor Tool
Zoho's ManageEngine offers a PING tool that can be used for free, would be nice is Site24x7 had something similar but for Linux. https://www.manageengine.com/free-ping-tool/free-ping-tool-index.html
3 simple questions regarding the use of server monitoring
Hi everyone, for my bachelor thesis I'm working on a mobile frontend for a server monitoring system. If you're working with (or have worked with) a server monitoring system, I would really appreciate it if you could answer some questions for me :) How (and how often) do you interact with the server monitoring system? (Push, email, app, web, console, ...) During your interaction with the system, what works good for you and how could the interaction be improved? How many people are using the server
Change Banner colors in Down, UP, and Root Cause Analysis email alerts
I've had several users report that it is confusing for the Down and Root Cause Analysis banners being Red as they think that the monitor has gone down again. It would be great to be able to modify the color of at least the Root Cause Analysis report to avoid confusion, or at least have it modified permanently on your end.
MS Teams Alerting
The new Critical status is a great addition, is there any plans to introduce more flexibility on what alerts are received through a 3rd party integration? For background, we use MS Teams integration but would only like to receive Critical and Down notifications and no trouble alerts but there is no options for this in the integration. Whereas if I look at user & alerts I can choose to receive alerts for specific scenarios. If you could add the below options to 3rd part integrations it would be awesome.
GDPR - what data does your software collect from agents
Hi Team, After installing the agent software on both Linux and Windows servers - can you please list ALL data that the software sends to your servers ? I don't just mean the metrics (like CPU usage or memory). For example : on Windows - is every Event Log sent to Site24x7 servers ? Is there a risk that an application might have some personal data within it's logs and you collect them to be stored on your servers ?
Troubleshooting Webpage Speed
Hello, Could you please help me identify the alert file below? Image: <Removed customer sensitive data> Site:<Removed customer sensitive data>
API Request to mark certain kinds of "trouble" outage as maintenance?
Would it be possible to mark only CPU-usage related "trouble" outages as maintenance across all of our Linux machines? We have decided to remove this monitor as the "Load" monitor gives us a better idea of actual CPU stress (based on CPU wait time and actual load on CPU) but it outages from it still remain... Can we mark these as maintenance using the Site24x7 API? We have a lot of Linux machines being monitored and we cannot go through one-by-one and mark as maintenance. Thanks!
can dot net agent monitors below language applications?
Can dot net agent monitors application built on : visual basic 6.0 visual FoxPro visual 2010
widget option is not supported for Active incidents section.
Hi Team, This is very urgent request, please enable the widget option is not supported for Active incidents section. Due to this feature not there, we are not able to Publish the Dashboard to our end users. Thanks Regards Deepesh Sharma BFL
Cloning a server
We have many servers that are cloned from images: install the software (including monitoring) then save to image. As needs dictate, new servers are spawned from this image, given a new hostname and they're in business. We've seen some funky issues with the agents during this process. Does the monitoring agent need any special attention - variables or config files modified to account for a new hostname or IP address?
Anyway to hide the Subscribe button on Signals status page?
Hi, Is there away to hide the Subscribe button, when using the Signals status layout? Thanks, Garry
Notifications Not working
Hi, We have the app installed on two iPhone 8. The notifications worked 100% up to yesterday. Are you aware of any issues from your side? Your urgent feedback will be appreciated. Thanks, Nelis
Behind Proxy Java Code
Hi Team, As I am behind proxy and I am trying to access REST API through java code. Can anybody share the java code for setting proxy. As I have already tried below code // HTTPS System.setProperty("https.proxyHost", "https://proxy.abc.com"); System.setProperty("https.proxyPort", "443"); But I am getting below error : Exception in thread "main" javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException:
Issue Identified on Availability report
Urgent Requirement Ask 1) In the report generation around Availability Summary Report, we need the count of no. of maintenance window we had Reports->Monitor Groups->Availability Summary Report Choose a monitor group, Time Period, Exclude Maintenance Period Based on the above criteria, the reports generated with Down Duration and Downtime count is reported, but for Maintenance, only the Maintenance Duration is reported. We need the no. of maintenance window also Ask 2) If we save the above report
Add an option for Slack integration to send alarms with an interactive message button
It would be great if an option exists in the slack integration that allows sending alarms to slack with an interactive message button. For example if Site24x7 sends an alarm to Slack the message has an interactive button to "Acknowledge" the alarm. This would be very helpful for teams. And - if this is also possible - the response goes back to Site24x7 and assigns the technicians to the alarm.
ServiceNow integration via em_event.
Currently Site24x7 integration creates/closes Incidents in ServiceNow. Standard ServiceNow workflow is starting with Events as basic information from the monitoring tools - see www.youtube.com/watch?v=PZ0Iq-hePhQ&list=PLCOmiTb5WX3oSP3EgmRExyi9bm3fqOWVX. With the Incidents we cannot work with any event/alert rules and we cannot see data aggregated from more monitoring tools in the ServiceNow Event Management Dashboard. As we are MSP provider, we are normally sharing those dashboards with our customers.
Applogs for NGINX not pulling in logs
Hello We are just starting to test out Site24x7 as a monitoring platform. We've set up servers on the site and are getting metrics in. Which is all good but we are having trouble setting up Applogs for NGINX web/error logs. It is worth noting that the syslog data is successfully coming into site24x7 For this server we have configured the log profile as shown below, along with the Applog page in the server tab. I've tried changing the log files permission to 777 but with no luck. I know the file is
Next Page