Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PERFORMED POWER ACTION ERROR #6094

Closed
mtran-88 opened this issue May 15, 2024 · 3 comments
Closed

PERFORMED POWER ACTION ERROR #6094

mtran-88 opened this issue May 15, 2024 · 3 comments
Labels

Comments

@mtran-88
Copy link

Describe the bug
I am seeing an error on my meshcentral server. It is a performedpoweraction error. I will attach an image.

To Reproduce
This happens when I have the server running, and the error just pops up.

Expected behavior
I expect there would be no error! ;)

Screenshots
image

Server Software (please complete the following information):

  • OS: Windows 10 Pro-64
  • Virtualization: None
  • Network: Hybrid Mode
  • Version: 1.1.22
  • Node: 21.7.2

My config.json file

{
  "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
  "__comment1__": "This is a simple configuration file, all values and sections that start with underscore (_) are ignored. Edit a section and remove the _ in front of the name. Refer to the user's guide for details.",
  "__comment2__": "See node_modules/meshcentral/sample-config-advanced.json for a more advanced example.",
  "settings": {
    "cert": "meshcentral.mydomain.com",
    "_WANonly": true,
    "_LANonly": true,
    "_sessionKey": "MyReallySecretPassword1",
    "port": 443,
    "_aliasPort": 443,
    "redirPort": 80,
    "_redirAliasPort": 80
  },
  "domains": {
    "": {
      "title": "My MeshCentral Server",
      "_title2": "Servername",
      "_minify": true,
      "_newAccounts": true,
      "_userNameIsEmail": true
    }
  },
  "letsencrypt": {
    "__comment__": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before trying Let's Encrypt.",
    "email": "myemail",
    "names": "meshcentral.mydomain.com",
    "skipChallengeVerification": true,
    "production": true
  }
}
@mtran-88 mtran-88 added the bug label May 15, 2024
@si458
Copy link
Collaborator

si458 commented May 15, 2024

this isnt an error. its a log message to let you know that somebody has preformed a power action 👍

@si458 si458 added question and removed bug labels May 15, 2024
@mtran-88
Copy link
Author

Thanks for a quick response! does that mean that a mesh agent client did a power down manually or lost power??? Is there a way to check which device that is?

@si458
Copy link
Collaborator

si458 commented May 15, 2024

no, it means that an admin or user, preformed a power action like shutdown/restart on a computer
note: this is from the 'actions' button on the general/desktop tabs OR the meshctrl.js,
NOT the physical machine shutting down or restarting by an end user pressing turn off/restart

also the device is basically the nodeid without the node// - e.g: a1b2c3d4e5f6g7h8i9j0
you can use that in your web browser to see what device it was
https://meshcentral.myserver.com/?viewmode=10&gotonode=a1b2c3d4e5f6g7h8i9j0

@si458 si458 closed this as completed May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants