Skip to main content

Home/ ProGauge SCADA/ Group items tagged ignoring

Rss Feed Group items tagged

Kevin Mershon

Re: [monit] Monit 5.0.2 question - 0 views

  • The problem is that there is no reliable way how to get correct FQDN. There is unreliable interface getdomainname() which returns on many platforms empty string or often default domains like "localdomain", "mydomain" when no other specific domain was set during system installation. The getdomainname() takes the value on some platforms from sysctl, on other platforms from file in /etc/ and on other platforms it's completely ignored. The name service lookup is not reliable as well - it depends on how the name service was set (usually NSS switch uses local files first which often have the shortname in front of longname for the given IP address and thus return often shortname first).
  • set mailserver foo.bar.baz using hostname "my.monit.host"
Kevin Mershon

[#GRAILS-1984] id initialization on constructor when generator is assigned - Grails JIRA - 0 views

  • Status: Open
  • Resolution: Unresolved
  • domain classes ignore a parameter named id on the constructor
  • ...1 more annotation...
  • In order to save it, one must do: def c = new CurrencyRow(name:'one', numericCode:10) c.id = 'CUR' c.save() Otherwise an exception about the id being unassigned is raised.
1 - 3 of 3
Showing 20 items per page