How to use Nagios XI to monitor a TPAM system

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
neil_745
Posts: 3
Joined: Fri Dec 12, 2025 10:46 am

How to use Nagios XI to monitor a TPAM system

Post by neil_745 »

Hello,

Is there anyway a TPAM 2.5.x Physical Appliance can be monitored with Nagios XI? If yes, how? Does it require NCPA agent on it?

Thank you,

Neil
DoubleDoubleA
Posts: 286
Joined: Thu Feb 09, 2017 5:07 pm

Re: How to use Nagios XI to monitor a TPAM system

Post by DoubleDoubleA »

Hi Neil,

What about this would you like to monitor? Specifically. Very specifically.

"Will it monitor" is a one of my favorite games to play, so I googled some.

Looks like the physical appliance runs windows 2008 https://support.oneidentity.com/tpam/kb ... -appliance

You could use NCPA 3.0.1 https://www.nagios.org/ncpa/archive.php assuming you have access to the OS and rights to install software.

Looks like the application itself is a Java app. Does it have an API you can hit? If it does you might not need NCPA.

Aaron
DoubleDoubleA
Posts: 286
Joined: Thu Feb 09, 2017 5:07 pm

Re: How to use Nagios XI to monitor a TPAM system

Post by DoubleDoubleA »

Can it send alerts in any format on its own that XI might receive?

Does it send SNMP traps?
neil_745
Posts: 3
Joined: Fri Dec 12, 2025 10:46 am

Re: How to use Nagios XI to monitor a TPAM system

Post by neil_745 »

Thank you for your reply. No, it does not send SNMP traps
neil_745
Posts: 3
Joined: Fri Dec 12, 2025 10:46 am

Re: How to use Nagios XI to monitor a TPAM system

Post by neil_745 »

The goal is to monitor HTTPS service checks (verifying TPAM UI is reachable), and many other OS service checks.
No access to the OS
kg2857
Posts: 499
Joined: Wed Apr 12, 2023 5:48 pm

Re: How to use Nagios XI to monitor a TPAM system

Post by kg2857 »

You can check to see if port 443 is open easily enough, and/or fetch a url using check_http.
You might start by making a list of what you do now to check the system manually.
How does the mfgr recommend it be monitored?
DoubleDoubleA
Posts: 286
Joined: Thu Feb 09, 2017 5:07 pm

Re: How to use Nagios XI to monitor a TPAM system

Post by DoubleDoubleA »

Hi @neil_745,

Without access to the OS, I don't know how you'll get OS-level metrics, and that would be true for Nagios or any other approach to monitoring. Unless there's some API in that application that helps you get OS-level metrics because the app gets them, I don't see what you can do.

Does the mfr publish the API docs? How does it return? As json?

Aaron
Post Reply