Community discussions

MikroTik App

Search found 8 matches

by Tsiera
Wed Apr 09, 2008 11:53 am
Forum: The Dude
Topic: Back up Question
Replies: 3
Views: 2146

Back up Question

If you make a back up. What will be in the back up. Is it only devices or is it everything you configured in the Dude?

Kinds Regards

Tim Siera
by Tsiera
Mon Apr 07, 2008 12:22 pm
Forum: The Dude
Topic: iphone and the dude
Replies: 25
Views: 20980

Re: iphone and the dude

i think its the webinterface
by Tsiera
Mon Apr 07, 2008 9:35 am
Forum: The Dude
Topic: How many maps?
Replies: 2
Views: 2153

How many maps?

How many maps are there possible?

I had made a lot of maps for al the locations we have. But some maps can not be opened.
If you want to open a map there standing LOADING.... butt the map wil not be opened
Is there a solution or is there a maximum for the maps?

Thank u

Tim
by Tsiera
Tue Mar 25, 2008 10:16 am
Forum: The Dude
Topic: Probe Thread
Replies: 339
Views: 501081

Re: Re:

Check if a certain program is running on a Windows system ('OUTLOOK.EXE' in this example): Type: function Available: if(array_find(oid_column("1.3.6.1.2.1.25.4.2.1.2"),"OUTLOOK.EXE")>0, 1, -1) Error: if(array_find(oid_column("1.3.6.1.2.1.25.4.2.1.2"),"OUTLOOK.EXE&...
by Tsiera
Thu Feb 14, 2008 2:26 pm
Forum: The Dude
Topic: Probe Thread
Replies: 339
Views: 501081

Re: Probe Thread

So its not possible to check disk status from any disk?
Because when i do a SNMP walk i see the physical disks oid's.
So then it must be posible te make a probe that checks the disk is ok and when the status is failed there will be a notification?
by Tsiera
Thu Feb 14, 2008 12:36 pm
Forum: The Dude
Topic: Setting up a probe for Disk Status
Replies: 2
Views: 2335

Setting up a probe for Disk Status

Hi I try to create a probe to chek the disk status. If one of the disk going down i want a notification. With SNMPWalk i found the OID's of the disks. Disk 1 iso.org.dod.internet.private.enterprises.dell.storage.software.storageManagement.physicalDevices.arrayDiskEnclosureConnectionTable.arrayDiskEn...
by Tsiera
Wed Feb 13, 2008 5:28 pm
Forum: The Dude
Topic: Probe Thread
Replies: 339
Views: 501081

Re: Probe Thread

Are there any probes to check the disk status?
What do you mean? Status like 'up' or 'down' (perhaps for external disks)? Or status like '80% full'?
with a raid 5 i want to check if al disk are oke,
So when one of the disks go down i gets a notification
by Tsiera
Wed Feb 13, 2008 12:49 pm
Forum: The Dude
Topic: Probe Thread
Replies: 339
Views: 501081

Re: Probe Thread

I have the following probes Check CPU, warning @ 80% CPU usage Name: CPU usage < 80% Type: Funtion Available: if(cpu_usage()>0, 1, -1) Error: if(cpu_usage()<80, "", "CPU usage > 79%") Value: cpu_usage() Unit: % Rate: none Check Memory, warning @ 80 % Memory usage Name: Memory usa...