Error: Number of licensed hostnames exceeded.
Hi, I am using syslog-ng client rpm to work as a relay. I keep getting this message. Aug 30 07:22:07 sj1glm190 syslog-ng[9009]: Number of licensed hostnames exceeded; error='Licensed limit exceeded, rejecting request (license_limit=3, tag=sj1slm275)' This is my relay config @version: 4.2 #Default configuration file for syslog-ng. # # For a description of syslog-ng configuration file directives, please read # the syslog-ng Administrator's guide at: # # file:///opt/syslog-ng/share/doc/admin-guide/index.html # or # http://www.balabit.com/sites/default/files/documents/syslog-ng-pe-v4.1-guide... # @include "scl.conf" options {log_msg_size(5000000);}; ###### # sources source s_local { # message generated by Syslog-NG internal(); system(); }; ## define source for incoming log messages from client. Use it in custom configs source s_client { syslog(ip(0.0.0.0) port(514) transport("tcp") max-connections(100)); }; ###### # destinations destination d_messages { file("/var/log/messages"); }; destination d_master { syslog("x.x.x.x" transport ("tcp") port(514)); }; ###### # output log { source(s_local); destination(d_messages); }; log { source(s_client); destination(d_master); }; @include "include/" -- Regards, Sagar Naravane
sagar naravane <sagar.naravane@gmail.com> writes:
I am using syslog-ng client rpm to work as a relay. I keep getting this message.
Aug 30 07:22:07 sj1glm190 syslog-ng[9009]: Number of licensed hostnames exceeded; error='Licensed limit exceeded, rejecting request (license_limit=3, tag=sj1slm275)'
With PE-related questions, please consult the official PE support channels (boss.balabit.com), this mailing list is primarily for the open source edition of syslog-ng. -- |8]
----- Original message -----
sagar naravane <sagar.naravane@gmail.com> writes:
I am using syslog-ng client rpm to work as a relay. I keep getting this message.
Aug 30 07:22:07 sj1glm190 syslog-ng[9009]: Number of licensed hostnames exceeded; error='Licensed limit exceeded, rejecting request (license_limit=3, tag=sj1slm275)'
With PE-related questions, please consult the official PE support channels (boss.balabit.com), this mailing list is primarily for the open source edition of syslog-ng.
I vaguely remember that there was an issue about relaying where pe actually counted relayed hosts even though they shouldn't have been counted. IIRC it has already been fixed in the latest maintenance release, to be sure ask the support guys too, I don't have 'official' information, the pe/ose teams are separate entities in BalaBit. OSE is the upstream for the PE, e.g. they base their stuff on our version, but they do their separate stuff.
participants (3)
-
Balazs Scheidler
-
Gergely Nagy
-
sagar naravane