Hi,
I'm hoping to get some help here. I tried to set up the script, but ran into a segmentation error. This is my input and output. I inserted censored RoomID and Token for obvious reasons.
user@icinga:/usr/lib/nagios/plugins$ sudo ./webex_notification --token "TOKEN" --type "PROBLEM" --description "This is a Test" --summary "SERVICE ON HOST IS DOWN" --host "HOSTNAME" --service "ping4" --state "WARNING" --roomId "myRoomID"
#################################
Monitoring FLAG: 0
Type: PROBLEM
Hostname: hostname
Service: ping4
Room identifier: RoomID
Description : This is a test
Summary: SERVICE ON HOST IS DOWN
Segmentation fault
Is there a problem with my input? I'm very bad at C++ and I have no idea why thats happening.
Thanks in advance!
Hi,
I'm hoping to get some help here. I tried to set up the script, but ran into a segmentation error. This is my input and output. I inserted censored RoomID and Token for obvious reasons.
user@icinga:/usr/lib/nagios/plugins$ sudo ./webex_notification --token "TOKEN" --type "PROBLEM" --description "This is a Test" --summary "SERVICE ON HOST IS DOWN" --host "HOSTNAME" --service "ping4" --state "WARNING" --roomId "myRoomID"
#################################
Monitoring FLAG: 0
Type: PROBLEM
Hostname: hostname
Service: ping4
Room identifier: RoomID
Description : This is a test
Summary: SERVICE ON HOST IS DOWN
Segmentation fault
Is there a problem with my input? I'm very bad at C++ and I have no idea why thats happening.
Thanks in advance!