Is it possible to run web transaction monitors (using WebInject) from one on-prem nagios instance for different locations, or does there need to be a nagios instance in each location?
Thanks,
Jeff
Web Transaction Monitoring From Different Locations
Re: Web Transaction Monitoring From Different Locations
If you have a working command you can run to monitor the service, there a couple of different options to expose this data to a Nagios XI instance that may be in another locale.
Option 0: Use an SSH server as a go-between.
Basically you'd set up a barebones Linux machine on-premises that Nagios XI would SSH into to ask it to run the check. Only the script to do the actual check would need to be installed on the barebones machine, and not a whole Nagios XI installation. See here for a more in-depth explanation.
Option 1: Use an agent (such as NCPA) to run the plugin remotely.
Basically, you'd install NCPA on an on-premises machine and ask NCPA to run the script for you, much like Option 0, except instead of SSH it's the NCPA listener passing the data. Again, you'd install the check script (such as check_http) inside of NCPA's scripts directory and set it up as a plugin. See this document for a more in-depth explanation.
Option 0: Use an SSH server as a go-between.
Basically you'd set up a barebones Linux machine on-premises that Nagios XI would SSH into to ask it to run the check. Only the script to do the actual check would need to be installed on the barebones machine, and not a whole Nagios XI installation. See here for a more in-depth explanation.
Option 1: Use an agent (such as NCPA) to run the plugin remotely.
Basically, you'd install NCPA on an on-premises machine and ask NCPA to run the script for you, much like Option 0, except instead of SSH it's the NCPA listener passing the data. Again, you'd install the check script (such as check_http) inside of NCPA's scripts directory and set it up as a plugin. See this document for a more in-depth explanation.
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Re: Web Transaction Monitoring From Different Locations
Hi,
with Mod-Gearman its possible also ?
with Mod-Gearman its possible also ?
Re: Web Transaction Monitoring From Different Locations
I'm pretty sure it would work. If you're using IP whitelisting in the agent config, you'll need to whitelist all your Mod Gearman worker IP addresses.
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Re: Web Transaction Monitoring From Different Locations
But how configure that? to work?
Nagios is on site A
Worker for mod_gearman is on site B
I want check how fast https://abcd.com site opening
From site B
and report it in nagios
As I understand from nagios and mod should be difference
any solution?
Nagios is on site A
Worker for mod_gearman is on site B
I want check how fast https://abcd.com site opening
From site B
and report it in nagios
As I understand from nagios and mod should be difference
any solution?
Re: Web Transaction Monitoring From Different Locations
Mod Gearman is a third-party software and we can't help you configure it.
However, if you're trying to run the check thru a Mod Gearman worker and running into an error, perhaps I can explain and help remediate the error.
Does the check work already? Are you receiving any errors?
However, if you're trying to run the check thru a Mod Gearman worker and running into an error, perhaps I can explain and help remediate the error.
Does the check work already? Are you receiving any errors?
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.