How to monitor a POS

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Ladi
Posts: 46
Joined: Tue Nov 06, 2012 3:27 am

How to monitor a POS

Post by Ladi »

Hello Support,

I want to ask if nagios can monitor POS status if its down or up. Please i need assistance on this.



Till i hear from you.


Regards,
Ladi
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: How to monitor a POS

Post by jdalrymple »

No doubt your device is on an IP network and it can be pinged? If so then it can be monitored. Even if not it can probably still be monitored. The key part of the equation is that it's on some sort of an IP network.
User avatar
eloyd
Cool Title Here
Posts: 2190
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

Re: How to monitor a POS

Post by eloyd »

Assuming POS is Point Of Sale system, then the answer is yes. We do this for a major, US-based national retailer. PM me if you want to discuss details.
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

Re: How to monitor a POS

Post by jolson »

Ladi,

Please let us know if you have further questions. Thanks!
Twits Blog
Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
Ladi
Posts: 46
Joined: Tue Nov 06, 2012 3:27 am

Re: How to monitor a POS

Post by Ladi »

Hello Guys,

Thanks for your swift response. That means i can monitor check_http. Please do i need to install client on the POS. Please can you guild me through on what and what to do. We have like to 20 POS that we want to monitor the status and create a report for it too.


Till i hear from you.


Regards,
Ladi
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: How to monitor a POS

Post by jdalrymple »

Ladi - if your POS is "hosting" http then you don't need to install any agents. You can use the simple check_http plugin which is part of the default plugins package.

If your POS needs to connect to an http service then you will need an agent on the POS. If the POS is Windows or UNIX/Linux based, agent installation is generally pretty straightforward.

We'd need more information about the POS system and/or the architecture to be able to fully answer the question.
Ladi
Posts: 46
Joined: Tue Nov 06, 2012 3:27 am

Re: How to monitor a POS

Post by Ladi »

Hello jdalrymple,

Thanks for your response. Yes, the POS is hosting http, so i can try check_http. Secondly, there is a webservice that all POS are connecting to. POS sends and receives request from it. So anytime you On the POS it should connect to the webservice. So we want to monitor the status of the POS from there. To actually see if its connected or not


Hope you understand me.


Regards,
Ladi
User avatar
eloyd
Cool Title Here
Posts: 2190
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

Re: How to monitor a POS

Post by eloyd »

In this case, with Nagios, you can monitor anything that you can check from a web browser. So if the web service that the POS units are connecting to has a status display of some sort, you can probe it and look for result strings that might tell you what you want to know.
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: How to monitor a POS

Post by jdalrymple »

Ladi wrote: So we want to monitor the status of the POS from there. To actually see if its connected or not
You may be monitoring a logfile. We have a builtin plugin for that. You'd run the plugin from the server with the logfile indicating that the POS has actually connected within the past X minutes or so. Dealing with the "past 5 minutes or so" component of that check can be difficult but it's very doable with Nagios, and in a number of different ways.

Does this make sense?
Locked