Page 1 of 1

Nagios XI + Windows + Folder + SWIFT

Posted: Wed Apr 26, 2017 8:35 am
by sarpione
Hi, how are u?
In my company we have the software "Swift Alliance Access" do not know if they know it (would be excellent to know), the program generates alarms, which can work in two ways, the first is to send through snmp an email with the text the alarm. And the other way is to generate a file in a folder containing the alarm text (PDF or TXT)
Is there any way that I can send it to Nagios and tell me what it is that alerts?
If so, can you tell me the script and how do I configure it?

I use passive alerts through NRDS

Plus:
Can recommend me some script to also passively check CPU, Memory and Hard Disk.
Also I have to write?

Example of my config.
command[Telnet_65] = .\plugins\check_tcp.exe -H 192.168.230.65 -p 10546 -w 100 -c 200
TCP OK - 0.000 second response time on port 22 |time=0.000483s

Thx a lot.

Re: Nagios XI + Windows + Folder + SWIFT

Posted: Wed Apr 26, 2017 4:21 pm
by tacolover101
i'm awesome thanks for asking.

do you mean send through SMTP an email with the text? nagios xi can pick up on traps, so if it's sending through SNMP you could hook in that way. see this document the great authors wrote - https://assets.nagios.com/downloads/nag ... ios_XI.pdf

if you need a script for it I would look on google because it sounds pretty custom.

as for the passive checking look at this doc - https://assets.nagios.com/downloads/nag ... ios-XI.pdf

Re: Nagios XI + Windows + Folder + SWIFT

Posted: Wed Apr 26, 2017 4:22 pm
by mcapra
sarpione wrote: the first is to send through snmp an email with the text the alarm
...
Is there any way that I can send it to Nagios and tell me what it is that alerts?
Nagios XI can collect SNMP traps. Here's some documentation on how to collect/alert on SNMP traps:
https://assets.nagios.com/downloads/nag ... ios_XI.pdf
sarpione wrote: Can recommend me some script to also passively check CPU, Memory and Hard Disk.
If you're using Windows, which I will assume you are, NSClient++ has native NRDS support and comes with many wonderful plugins/modules to check system metrics.