A simple remote port monitoring tool

Results 1 to 9 of 9
  1. #1
    Programmer cyberinferno is offline
    MemberRank
    Jun 2009 Join Date
    127.0.0.1Location
    707Posts

    happy A simple remote port monitoring tool

    It's a common knowledge that private game servers go down unexpectedly due to either unknown crashes or attacks from rival server owners. Hence I built a very rudimentary monitoring tool using NodeJS which can notify the server owner through Discord or Email if and when server port is not accessible.

    Link: https://github.com/cyberinferno/simp...e-port-monitor

    Let me know your thoughts on this!


  2. #2
    Proficient Member vileninja is offline
    MemberRank
    May 2007 Join Date
    167Posts

    Re: A simple remote port monitoring tool

    I know this is old but is this still working? I get errors when running it when it trys to notify of TypeError: Cannot read properties of undefined (reading "'failure with command" ')

  3. #3
    Programmer cyberinferno is offline
    MemberRank
    Jun 2009 Join Date
    127.0.0.1Location
    707Posts

    Re: A simple remote port monitoring tool

    Quote Originally Posted by vileninja View Post
    I know this is old but is this still working? I get errors when running it when it trys to notify of TypeError: Cannot read properties of undefined (reading "'failure with command" ')
    Share screenshot of the error and I can try to help you out!

  4. #4
    Proficient Member vileninja is offline
    MemberRank
    May 2007 Join Date
    167Posts

    Re: A simple remote port monitoring tool


  5. #5
    Programmer cyberinferno is offline
    MemberRank
    Jun 2009 Join Date
    127.0.0.1Location
    707Posts

    Re: A simple remote port monitoring tool

    Quote Originally Posted by vileninja View Post
    Please check the file config/default.json if it has all the default config. Seems like the config loader could not load the failure message!

  6. #6
    Proficient Member vileninja is offline
    MemberRank
    May 2007 Join Date
    167Posts

    Re: A simple remote port monitoring tool

    Quote Originally Posted by cyberinferno View Post
    Please check the file config/default.json if it has all the default config. Seems like the config loader could not load the failure message!
    Does it have e to have the smtp and all that in it?

  7. #7
    Programmer cyberinferno is offline
    MemberRank
    Jun 2009 Join Date
    127.0.0.1Location
    707Posts

    Re: A simple remote port monitoring tool

    Quote Originally Posted by vileninja View Post
    Does it have e to have the smtp and all that in it?
    No. Keep it like original config. Override config in development.json file.

  8. #8
    Proficient Member vileninja is offline
    MemberRank
    May 2007 Join Date
    167Posts

    Re: A simple remote port monitoring tool

    Quote Originally Posted by cyberinferno View Post
    No. Keep it like original config. Override config in development.json file.
    There is no development.json file?

  9. #9
    Programmer cyberinferno is offline
    MemberRank
    Jun 2009 Join Date
    127.0.0.1Location
    707Posts

    Re: A simple remote port monitoring tool

    Quote Originally Posted by vileninja View Post
    There is no development.json file?
    development.json has to be created to override the default config as given as an example in README of the project!



Advertisement