saltstack / saltstack/salt

[BUG] Deprecate the use of NSSM

Open
#59,148 4 comments 2 reactions 2 assignees View on GitHub

Nobody has claimed this yet.

bug severity-high
Dominant language
Python
Stars
15.7k
Forks
5.6k
Avg merge
2d 44m
Merged PRs (30d)
80

Description

Description
The NSSM project (https://nssm.cc/) is no longer maintained and is considered a dead project. We originally used NSSM to make the salt-minion service restart when it failed to connected to the master after 7 tries. I believe we have addressed the issues causing the minion to fail after 7 tries. Therefore we may no longer need NSSM. We need to try adding the service directly and NOT using NSSM.

NSSM is also flagged by some Antivirus' as "potentially unwanted software" as it is used by many malware products to keep their services running. We recompiled the NSSM (Non-sucking Service Manager) project and renamed all instances to SSM (Salt Service Manager) so that it looked more professional in the task manager. However, it was still flagged by VirusTotal.

Additionally, NSSM leaves many events in the Windows Application Event logs with undefined Descriptions that cannot be updated because the project is not maintained

Versions Report
All versions

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.