Notify By SMS

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
rlinux57
Posts: 324
Joined: Mon Dec 08, 2014 12:03 am

Notify By SMS

Post by rlinux57 »

I have configured sms api with nagios but getting error i have checked from logs i.e:

Code: Select all

[root@monitor ~]# tail /usr/local/nagios/var/nagios.log
[1453541562] wproc:   stderr line 01: Could not open input file: /usrlocal/nagios/sms/sendsms.php
[1453542162] wproc:   host=Webs04; service=CPU Load; contact=nagiosadmin
[1453542162] wproc:   early_timeout=0; exited_ok=1; wait_status=256; error_code=0;
[1453542162] wproc:   stderr line 01: Could not open input file: /usrlocal/nagios/sms/sendsms.php
[1453542491] Auto-save of retention data completed successfully.
rlinux57
Posts: 324
Joined: Mon Dec 08, 2014 12:03 am

Re: Notify By SMS

Post by rlinux57 »

any remedy ?
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Notify By SMS

Post by rkennedy »

/usrlocal/nagios/sms/sendsms.php
Is this the proper directory? I think you're missing a / between usr and local.
Former Nagios Employee
Locked