Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - sameeryahya

#1
General Support / Configure Netxms to use Gmail
August 10, 2016, 03:33:50 PM
Configure Netxms to use Gmail 

Hi all,

I have the following servers:

1- Server A , 172.16.16.82 ( here , i installed postfix and Netxms server )
2- Server B,172.16.16.86 ( here ,i installed the Netxms agent )

currently I would like to send an e-mail alerts from my gmail account to a list of recipients. So , I did the following :

1- I installed mail relay (postfix) on Server A.
2- I configure DCI on Server B ( i monitored the CPU,RAM,DiskSpace)
3- I follow the below link in order to create the policy, etc :
https://wiki.netxms.org/wiki/How_to_send_e-mail_notification_when_disk_space_is_low
4- I send a test e-mail from Server A using Postfix ( just to make sure that my postfix is able to connect to gmail)

Unfortunately , till now I could not make the Netxms to send alerts using Postfix ( i mean to send e-mail alerts). Is there any way to make this work I am really suffering  :'(

attachments are :

Netxms_Server_Conf ( this SMTP config)
Netxms_Action( this action I made to send mails)


your support is highly appreciated as i am stuck in the project :(


Regards 
#2
Hi all,  ;)

I am using Centos 7, I have installed Server and Agent for netxms on one server by using the below command :

sh ./configure --with-server --with-mysql --with-agent --disable-encryption


after that I deploy the Web Interface Installation War file on the same server but when I tried to open the website, it did not load and it kept loading on blank page for a while then it gave server busy. I searched tomcat, netxms log for any errors but nothing is there. see below files info :

- tomcat
- netxms-2.0.4.tar.gz
- Mysql :Mariadb
-  netxmsd config file:

DBDriver = /usr/local/lib/libnxddr_mysql.so
DBServer = localhost
DBName = netxms
DBLogin = netxms
DBPassword = PaSsWd
LogFailedSQLQueries = yes
LogFile = /var/log/netxmsd


-nxagentd confi:

Servers = 127.0.0.1, 172.16.16.86,
ControlServers = 127.0.0.1, 172.16.16.86,
MasterServers = 127.0.0.1, 172.16.16.86,

my server IP is : 172.16.16.86

on more question regarding the Web interface installation guide .. it says :

http://SERVER_IP:SERVER_PORT/nxmc/

what port should i used ? i used 8080 , it is correct

please help  :(

Regards