NagiosXI user check

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
kitoskeris4
Posts: 1
Joined: Wed Aug 26, 2020 9:39 am

NagiosXI user check

Post by kitoskeris4 »

Hello.

I'd like to implement a way to report when users are logged into servers. If user1 logs in I'd like nagiosXI to display that user who is logged in maybe in a warning.

Is there something like this that already exists ? I'm familiar with programming so if not I can come up with a solution but hate re-inventing the wheel.

I think it'd be great to have the server tell Nagios upon login instead of Nagios running the check command to see who is logged in.

Thanks
gormank
Posts: 1114
Joined: Tue Dec 02, 2014 12:00 pm

Re: NagiosXI user check

Post by gormank »

The way I approach something like this is to do a web search using keywords such as nagios plugin login or similar, and then spend some minutes reading about what plugins are available.
astinzz
Posts: 2
Joined: Mon Oct 12, 2020 11:33 pm

Re: NagiosXI user check

Post by astinzz »

I think it'd be great to have the server tell Nagios upon login instead of Nagios running the check command to see who is logged in.
Locked