cardano-community / guild-operators

Artifacts and scripts created by Guild operators
https://cardano-community.github.io/guild-operators
MIT License
354 stars 177 forks source link

Uptime is unavailable #1427

Closed minzak closed 2 years ago

minzak commented 2 years ago

I'm used not script-provided setup, and I found, that uptime is always set to zero.

image

But if see in htop, i see how long this service is here:

image

It can be related to https://github.com/cardano-community/guild-operators/issues/1418

rdlrt commented 2 years ago

You'd want to update your cardano-node startup command (see example here ), port=3000 -> port 3000

minzak commented 2 years ago

Yes, it helps.