root@FOO:~# service kamailio status
● kamailio.service - Kamailio (OpenSER) - the Open Source SIP Server
Loaded: loaded (/lib/systemd/system/kamailio.service; enabled)
Active: active (running) since Thu 2016-11-17 06:24:17 MST; 1h 43min ago
Process: 33393 ExecStart=/usr/sbin/kamailio -P /var/run/kamailio/kamailio.pid -f $CFGFILE -m $SHM_MEMORY -M $PKG_MEMORY -u $USER -g $GROUP (code=exited, status=0/SUCCESS)
Main PID: 33398 (kamailio)
My Kamailio has gone down twice in the last two weeks and i have not been getting notifications through Pulseway. Above is the Kamailio service in a running state and below is my configuration set up, for that service to be monitored.
Quote
<!--Monitored Services-->
<MonitoredServices>
<!--Service
- Name: service name
- DisplayName: friendly name used for display
- IsDaemon: 'true' if the monitored service is a daemon and 'false' if the monitored service is a process
- DaemonType: system management daemon type: NONE, SYSVINIT, UPSTART or SYSTEMD
- Path: path of the monitored service (this is used when the monitored service is a process)
- StartParameters: parameters used to start the monitored service (this is used when the monitored service is a process)
- CanBeStopped: 'true' or 'false'-->
<Service Name="cups" DisplayName="CUPS Service" IsDaemon="true" DaemonType="SYSVINIT" Path="" StartParameters="" CanBeStopped="true" Enabled="false" />
<Service Name="ntpd" DisplayName="NTPD Process" IsDaemon="false" DaemonType="NONE" Path="/usr/sbin/ntpd" StartParameters="-p /var/run/ntp/ntpd.pid -g -u ntp:ntp -i /var/lib/ntp -c /etc/ntp.conf" CanBeStopped="true" Enabled="false" />
<Service Name="ssh" DisplayName="SSH/Jenkins" IsDaemon="true" DaemonType="SYSTEMD" Path="" StartParameters="" CanBeStopped="true" Enabled="true" />
<Service Name="SuSEfirewall2.service" DisplayName="SuSE Firewall Service" IsDaemon="true" DaemonType="SYSTEMD" Path="" StartParameters="" CanBeStopped="true" Enabled="false" /> <Service Name="kamailio" DisplayName="Kamailio (OpenSER)" IsDaemon="true" DaemonType="SYSTEMD" Path="" StartParameters="" CanBeStopped="true" Enabled="true" />
<Service Name="keepalived" DisplayName="keepalived" IsDaemon="true" DaemonType="SYSTEMD" Path="" StartParameters="" CanBeStopped="true" Enabled="true" />
<Service Name="nodejs" DisplayName="nodejs" IsDaemon="true" DaemonType="SYSTEMD" Path="" StartParameters="" CanBeStopped="true" Enabled="true" />
</MonitoredServices>
Any guidance in fixing this problem would be greatly appreciated.
My Kamailio has gone down twice in the last two weeks and i have not been getting notifications through Pulseway. Above is the Kamailio service in a running state and below is my configuration set up, for that service to be monitored.
Any guidance in fixing this problem would be greatly appreciated.