Thank You, will do that.
Posts by kamal3965
-
-
Sorry, but, can you guide me which configuration files to check for and what changes are to be made. As i have mentioned, I am a newbie.
-
Yes, I did restart the nginx server. I am including some output
partial output of bloonix-webgui.log
Mar 06 2025 06:08:28 NOTICE 452 0.000070 load model bloonix_webgui.model.db -
Mar 06 2025 06:08:28 WARNING 452 0.095137 Exception occurred:
Traceback (most recent call last):
File "/srv/bloonix/webgui/lib/bloonix_webgui/model/db/__init__.py", line 54, in __init__
db_lock.connect()
File "/usr/lib/python3/dist-packages/bloonix/dbi/base.py", line 99, in connect
self._connect()
File "/usr/lib/python3/dist-packages/bloonix/dbi/pg.py", line 15, in _connect
self.dbh = psycopg2.connect(
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/psycopg2/__init__.py", line 122, in connect
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
psycopg2.OperationalError: connection to server at "127.0.0.1", port 5432 failed: Connection refused
Is the server running on that host and accepting TCP/IP connections?curl output:
bloom@bloonixNMS:/$ curl http://192.168.0.197:8080
curl: (7) Failed to connect to 192.168.0.197 port 8080 after 0 ms: Couldn't connect to server
bloom@bloonixNMS:/$ -
Sorry for the typo, I was trying with port 8080. Should we make any changes in Nginx configuration file? I am a Newbie.
-
I have installed bloonix NMS on a debian12 server (without gui). Installed as per the instructions given, without any hiccups. Wanted to test without ssl, and also changed the flag "cookie_secure" to False. I am trying to access the server from another machine using the following
192.168.0.197 is the server IP address
Unable to connect, says "Connection Refused"
Please suggest , how to proceed further