Questions tagged [geneos]

A monitoring tool from ITRS.

A monitoring tool from ITRS, which provides real-time visibility of the performance by collecting and analyzing vast amount of data. It provides a single view of end-to-end performance enabling the user to effectively manage the business.

40 questions
4
votes
1 answer

Batch files, Powershell Scripts, PSExec and System user

I'm trying to put in place some monitoring for Windows Task Scheduler, I have a Powershell script that runs the following: $serverName = hostname $schedule = new-object -com("Schedule.Service") $schedule.connect($serverName) $tasks =…
Phlebass
  • 91
  • 2
  • 10
2
votes
1 answer

ITRS, NetProbe, MQ QUEUE PLUG-IN without libmqic.so

We need to configure MQ QUEUE PLUG-IN connecting a RHEL Linux server. Below is version details. Name: WebSphere MQ Version: 8.0.0.5 Level: p800-005-160516.2 BuildType: IKAP - (Production) Platform: WebSphere MQ for Linux…
Dwija
  • 89
  • 11
2
votes
1 answer

How to monitor MQ within ITRS Geneos

Can anyone possibly give an example of how to setup within ITRS how to monitor an MQ queue using the mq-queue plugin? I have two screenshots below of what it is looking for. I am not sure how this would help us to determine how many messages are…
BV45
  • 605
  • 3
  • 10
  • 27
2
votes
3 answers

Date comparision in Geneos

I have a requirement where I need to compare start time with current time and if the value is greater than certain limit I need an alerting. Can someone share the syntax. Ex: I have a column called start time with below syntax. Start Time >>…
Sachin Khandelwal
  • 123
  • 1
  • 2
  • 10
2
votes
2 answers

Geneos server downtime sampler

We have a requirement to measure unix server downtime for a month using geneos . We explored some of the plug ins available available in geneos but we were not able to find . Requirement is geneos sampler should add the total time the unix server…
dan
  • 73
  • 1
  • 11
2
votes
2 answers

ITRS Geneos tool

Is there a way to pass value to shell script from geneos GUI dynamically.My requirement is like , there should no password stored in any file . the user will run the script from geneos gui and dynamically pass the password through the GUI to the…
dan
  • 73
  • 1
  • 11
2
votes
3 answers

ITRS Geneos Log Monitoring

I want to setup log monitoring in such a way that only the latest updated lines in the logs are read. I have actually configured a keyword search for log monitoring. The problem is once the keyword triggers an alert, the alert keeps repeating which…
Akash Sen
  • 21
  • 1
  • 4
1
vote
1 answer

Geneos: How to get last value from dataview column?

The FKM dataview looks like this: I would like to store the last value (marked blue) under a variable and pass it to an email alert. Right now I have a defined path alias (see pic) which I grab in the rule with: set $(trigger) path "triggerDetails"…
maskull
  • 11
  • 2
1
vote
3 answers

Geneos - Password reset reminder for database accounts

Is there a way to send a reminder (email alert) in Geneos which will remind a user 10/15 days before the expiry to avoid a password expiry issue. I need reminder sent 10 days before the password expires. I configured the DB account to expire after…
Ks Swetha
  • 11
  • 1
1
vote
1 answer

How do you create an ITRS/Geneos alert for MSSQL DB

I'm new to ITRS Monitoring, and I am wondering if I could create a Geneos alert that can connect to a MSSQL DB and run a simple select to make sure connectivity is good. Is this possible with Geneos? Are there any plugins needed?
BV45
  • 605
  • 3
  • 10
  • 27
1
vote
1 answer

Geneos: How to capture sql-toolkit column value and use inside a rule?

So, I have sql-toolkit sampler setup which runs a query select a,b from c where some condition. I also have a rule setup, target being number of rows returned by above sampler, idea being: if number of rows > 0, then raise an alarm. That works just…
1
vote
2 answers

ITRS Geneos Toolkit Plugin

I have a request to check for a file modification time if its more that 10 minutes. it should alert in ITRS as well as send a mail. The netprobe is installed on Windows. I have tried to use use Toolkit plugin and placed a powershell script in the…
Manoj
  • 83
  • 7
1
vote
1 answer

Fail- ICI_INVALID_HANDLE(0)

I see this error in my Geneos active console quite often whenever we use "SQL Toolkit" plugin, This error gets corrected whenever we restart the probe but reappears again. There is no pattern by which these error shows up. Has anybody come across…
Sachin Khandelwal
  • 123
  • 1
  • 2
  • 10
1
vote
1 answer

Monitoring a file located in a SVN location using Geneos Active console

I have a file called latestReport.doc located in a SVN location - subversion.abc.com/svn/reports/. This file gets produced every day through an automated process. But some times the automated process fails and the new file is not produced. I need to…
Som Sarkar
  • 289
  • 1
  • 5
  • 24
1
vote
3 answers

ITRS Geneos monitoring

We are using Geneos to monitor our servers and processes. We have a requirement to display 'agedays' column i.e. the time since process has been running in Geneos display view. As per geneos help, agedays is predefined attribute. Does anyone has…
Rohit
  • 848
  • 3
  • 15
  • 31
1
2 3