flightnut Posted July 10, 2014 Posted July 10, 2014 I recently just upgraded my Linux agent to version 4.4. I am now no longer able to able to monitor Linux Services, SSL Certificates or Websites. As I was able to previously, through the use of the following config: <!--Service Monitoring Config--> <!--Add one or more MonitoredService --> <Services> <!--Monitors Upstartd, Systemd or System V services--> <!--For System V init there is a requirement for the script. It has to support start, stop and status arguments and when requesting status it has to report "running"--> <!--Name: the name of the service--> <!--Instance: for Upstartd, if the service has multiple instances here you can specify it--> <!--ExcludeFromNotification: if you enable service stopped notifications you can choose to exclude this service (if it doesn't start at boot for example) (true or false)--> <MonitoredService ExcludeFromNotification="false" Name="asterisk"/> <MonitoredService ExcludeFromNotification="false" Name="httpd"/> <MonitoredService ExcludeFromNotification="false" Name="webmin"/> <MonitoredService ExcludeFromNotification="false" Name="vsftpd"/> <MonitoredService ExcludeFromNotification="false" Name="fail2ban"/> <MonitoredService ExcludeFromNotification="false" Name="sshd"/> </Services> OR: <!--SSL Certificates monitoring--> <!--You can add one or more SSL Certificates by adding Certificate nodes--> <Certificates> <!--Monitor SSL Certificate--> <!--ServerName: the server address or IP--> <!--Port: the server port (default is 443)--> <Certificate Port="443" ServerName="pbx1.refreshpbx.com"/> <Certificate Port="443" ServerName="pbx2.refreshpbx.com"/> <Certificate Port="443" ServerName="uniroof.refreshpbx.com"/> <Certificate Port="443" ServerName="ahclee.refreshpbx.com"/> <Certificate Port="443" ServerName="ahcorl.refreshpbx.com"/> <Certificate Port="443" ServerName="refreshpbx.net"/> <Certificate Port="443" ServerName="vil.refreshpbx.com"/> </Certificates> Was this feature removed? If so why? Any help would be much appreciated.
Marius Posted July 10, 2014 Posted July 10, 2014 The whole Linux agent has been rewritten and we'll be bringing back all the features. The next update due to be released soon will add the service monitoring. Marius
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now