Poll_subsys Log Files Per User

This support forum board is for questions relating to Nagios Fusion.
Locked
andyb4u
Posts: 114
Joined: Tue Aug 15, 2017 1:58 am

Poll_subsys Log Files Per User

Post by andyb4u »

Hi,

I have multiple poll_subsys_<username> log files under /usr/local/nagiosfusion/var/log.

Can someone explain why I would have these logs for some users and not others?

I would have expected to see these for the users configured against the fused servers. I thought it was only those users which did the actual polling?

Regards,
Andy
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Poll_subsys Log Files Per User

Post by scottwilkerson »

This is expected behavior
andyb4u wrote:Can someone explain why I would have these logs for some users and not others?
There is several types of polling, the system will poll some information based on the user you put in when adding the server, additionally, the system will poll based on the "Server User Mapping" found in Admin -> Manage Users -> Edit
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
andyb4u
Posts: 114
Joined: Tue Aug 15, 2017 1:58 am

Re: Poll_subsys Log Files Per User

Post by andyb4u »

That's the thing - I don't see any user mapping enabled against these accounts when I look at them via Admin -> Manage Users -> Edit

Is this also stored in the database?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Poll_subsys Log Files Per User

Post by scottwilkerson »

I believe I recall this being stored in users_servers

Code: Select all

select * from users_servers;
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked