MeshCentral icon indicating copy to clipboard operation
MeshCentral copied to clipboard

Config Files

Open kylelliott opened this issue 2 years ago • 3 comments

hi

at the moment i have these four options set in my config file which is the best one to have as i some problem with pc not showing off when they have been off for like 10mins

         "AgentPing": 30,
	"AgentPong": 30,
	"BrowserPing": 30,
	"BrowserPong": 30,

kylelliott avatar Aug 03 '22 20:08 kylelliott

Hi. I am not sure what the question is. In general, I don't recommend using both "ping" and "pong" like that, it's a bit of a waste of network traffic. I would do this to be more efficient:

	"AgentPong": 90,
	"BrowserPong": 90,

This will send traffic from the server to both agent and browser every 1:30 minutes and the agent and browser will not respond. If this is ok, keep it. If computers start disconnecting and reconnecting, you may have to lower the value or switch to using "Ping". Hope this helps.

Ylianst avatar Aug 03 '22 20:08 Ylianst

hi

prefect made those changed but still have a problem where pc is offline they still show up as being online on dashboard

kylelliott avatar Aug 03 '22 22:08 kylelliott

also can you add setting up email notification in setting rather then in config file

kylelliott avatar Aug 03 '22 22:08 kylelliott

@si458 stale, further requests should be on a new issue

dinger1986 avatar Nov 26 '23 12:11 dinger1986