alanwds / zabbix_ipsec_pfsense

Monitoring PFSense IPSec tunnels using zabbix
24 stars 25 forks source link

Unlucky problem ;C #4

Open Rutaa opened 4 years ago

Rutaa commented 4 years ago

Hi. I have problem with use it. After install with your instructions i dont get any info. When i checked in hosts information i get something like this. 3 2 Help me please.

alanwds commented 4 years ago

@Rutaa Could you run the script at pfsense console?

/usr/local/bin/python2.7 /usr/local/bin/zabbix-ipsec.py

I suspect that you have some char that is breaking the json parser used on the script. This char can be on description at phase 1 or 2. Can you check this as well?

Rutaa commented 4 years ago

firewol

alanwds commented 4 years ago

Looks like you are facing a problem to run python scripts. I don't know the cause. Do you copy and past de file correctly? I mean, depends where from you got the file, you can face identity problems.

Try run:

cat -e /usr/local/bini/zabbix-ipsec.py

And them, try find any kind of wrong char or even a bad identity line.

Other option is get the file directly from the git. Example:

curl -Ss https://raw.githubusercontent.com/alanwds/zabbix_ipsec_pfsense/master/scripts/zabbix-ipsec.py -o /usr/local/bini/zabbix-ipsec.py

Rutaa commented 4 years ago

231 All time not working, I replace this file two times. Whats wrong :C

alanwds commented 4 years ago

@Rutaa You are running the command the python prompt. You have to run those commands at pfsense shell.

Rutaa commented 4 years ago

I don't have any idea whats wrong. But in VSC problem is first line. After this command

cat -e /usr/local/bini/zabbix-ipsec.py i get something like this... shell1 sh2 3sh

alanwds commented 4 years ago

Looks like your file is Ok.

Can you run the following command (at pfsense shelel, not on python cmd):

/usr/local/bin/python2.7 /usr/local/bin/zabbix-ipsec.py

Regards,

Rutaa commented 4 years ago

shelll :(

Rutaa commented 4 years ago

@alanwds do you have any idea ?

Rutaa commented 4 years ago

bump

alanwds commented 4 years ago

@Rutaa I think that we have to established a new channel for contact (hang out or skype)? Maybe, we have try make a debug together.

Rutaa commented 4 years ago

@alanwds Yea i think this same. I prefer WhatsApp or hangout :)

Rutaa commented 4 years ago

just send me invitation on hangout xrutus@gmail.com

Rutaa commented 4 years ago

Bump

Rutaa commented 4 years ago

unlucky ehh :(

alanwds commented 4 years ago

@Rutaa I figure out that the problem is related to encoding rigth? Would be nice if you share the solution here.