Search found 13001 matches

by KS-Soft
Fri May 16, 2025 4:04 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Database insert issue
Replies: 4
Views: 8593

Re: Database insert issue

You are welcome

Regards
Alex
by KS-Soft
Thu May 15, 2025 3:19 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: Database insert issue
Replies: 4
Views: 8593

Re: Database insert issue

Yes, I think you changed date format somehow. May be you changed regional settings for account used by HostMonitor. May be you changed account used by HostMonitor process (logged on as different user with different regional settings). May be account used by HostMonitor service was locked/disabled so...
by KS-Soft
Wed May 14, 2025 5:12 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Tune up reply, Account Lockout
Replies: 3
Views: 8597

Re: Tune up reply, Account Lockout

Thank you for the update

Regards
Alex
by KS-Soft
Mon May 12, 2025 7:29 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Tune up reply, Account Lockout
Replies: 3
Views: 8597

Re: Tune up reply, Account Lockout

1) Normally you should use "%SuggestedReply%" variable Quote from the manual IMPORTANT note: HostMonitor checks logical expressions after test check is done and "reverse alert" option is processed. I.e. - HostMonitor performs the test; - processes "Reverse alert" option...
by KS-Soft
Thu May 08, 2025 7:34 am
Forum: RMA for UNIX
Topic: X64 RMA on Mint - continued
Replies: 5
Views: 43428

Re: X64 RMA on Mint - continued

Not exactly. Evaluation (non licensed) version allows to work with all components: RMA, RCC, Web Service, etc. But if you are using license that does not include some options (like RMA or Web Service), then yes, you cannot use these options. I also get the same 'no rights' error msgs in the RMA_Mana...
by KS-Soft
Wed May 07, 2025 11:43 am
Forum: RMA for UNIX
Topic: X64 RMA on Mint - continued
Replies: 5
Views: 43428

Re: X64 RMA on Mint - continued

It can be disabled if you do not use any agent for the test yet and your license does not allow to use agents.
If you want to try agents without purchasing license, use HostMonitor in evaluation mode without any license (on non-production system)

Regards
Alex
by KS-Soft
Wed May 07, 2025 11:35 am
Forum: RMA for UNIX
Topic: X64 RMA on Mint - continued
Replies: 5
Views: 43428

Re: X64 RMA on Mint - continued

If no errors detected by Auditing Tool (menu View), please send config files to us (by e-mail).
.HML file + *.LST files

Regards
Alex
by KS-Soft
Mon May 05, 2025 7:58 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: RCC / Win auth
Replies: 5
Views: 55599

Re: RCC / Win auth

You are welcome

Regards
Alex
by KS-Soft
Mon May 05, 2025 7:57 am
Forum: RMA for UNIX
Topic: Help on installing x64 RMA on Mint
Replies: 19
Views: 98991

Re: Help on installing x64 RMA on Mint

You are welcome and thank you for the update :)
Executable flag can be lost if you extract RMA archive on Windows system and then copy files to Linux

Regards
Alex
by KS-Soft
Mon May 05, 2025 5:57 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: RCC / Win auth
Replies: 5
Views: 55599

Re: RCC / Win auth

Thank you for the update. Looks like Windows bug :roll:
What Windows is installed on HostMonitor system? Any errors recorded in HostMonitor system log (menu View->System Log)?

Regards
Alex
by KS-Soft
Fri May 02, 2025 12:42 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: RCC / Win auth
Replies: 5
Views: 55599

Re: RCC / Win auth

This works for a few minutes after service startup, then we get the error "InitializeSecurityContext failed. The specified target is unknown or unreachable". Sounds very strange and we cannot explain this (there are various reasons for such error but its should be stable - stable working ...
by KS-Soft
Fri May 02, 2025 11:52 am
Forum: RMA for UNIX
Topic: Help on installing x64 RMA on Mint
Replies: 19
Views: 98991

Re: Help on installing x64 RMA on Mint

Also you missed this answer
I assume you specified path without filename. If /home/sysadmin/sbin/rma is folder then you should set /home/sysadmin/sbin/rma/rma
You have wrong paramater in rma.ini file, should be RmaPath = /sysadmin/sbin/rma/rma

Regards
Alex
by KS-Soft
Fri May 02, 2025 11:46 am
Forum: RMA for UNIX
Topic: Help on installing x64 RMA on Mint
Replies: 19
Views: 98991

Re: Help on installing x64 RMA on Mint

Please read my 1st post, I said you should create this file and you should put specific parameters into the file, only after that you can install service. Also I think its a good idea first to setup rma.ini file, start RMA and make sure RMA works according to your needs. Then install RMA as service ...
by KS-Soft
Fri May 02, 2025 12:45 am
Forum: RMA for UNIX
Topic: Help on installing x64 RMA on Mint
Replies: 19
Views: 98991

Re: Help on installing x64 RMA on Mint

the system is a 'default' MINT set up so I'll try what you suggest. There are hundred different versions and editions of Linux Mint. What exactly "default" Mint do you use? I tried couple 21.x versions, simple rma.service file + "systemctl enable rma" command works fine, nothing...
by KS-Soft
Thu May 01, 2025 12:05 pm
Forum: RMA for UNIX
Topic: Help on installing x64 RMA on Mint
Replies: 19
Views: 98991

Re: Help on installing x64 RMA on Mint

Probably your system uses systemd and system V? Then I would suggest to create additional file, like rma.sh and modify rma.service file, change ExecStart line, point it to rma.sh script (the one you just created). rma.sh file may look like #!/bin/bash ### BEGIN INIT INFO # Provides: rmaservice # Req...